diff --git a/en/about/faq.md b/en/about/faq.md index 3e00a6308..0ce213aa7 100644 --- a/en/about/faq.md +++ b/en/about/faq.md @@ -15,10 +15,28 @@
How reliable is MAVLink?
Very. MAVLink has been used since 2009 to communicate between many different vehicles, ground stations (and other nodes) over varied and challenging communication channels (high latency/noise). It provides methods for detecting packet drops, and the well-established ITU X.25 checksum for packet corruption detection.
+ +
How can I tell which messages are supported by a particular system?
+
+ Each system is expected to document its own support for MAVLink microservices, messages and commands. + + Unfortunately this information is often unavailable and/or difficult to infer from code. + Some links/information that you may find helpful are provided below: + +
+
How secure is MAVLink?
MAVLink provides message signing, which allows systems to authenticate that messages are from a trusted source. MAVLink does not provide message encryption.
+