mavlinksigning
Description
The mavlinksigning
enables you protect UAVs from unauthorized
communication using message signing. Use this object to store up to 16 MAVLink signing
channels, and use the addmavlinkkeys
,
lsmavlinkkeys
,
rmmavlinkkeys
functions to add, list, and remove MAVLink keys in the current MATLAB session for use with
signing channels.
Note
Note that message signing is not the same as message encryption. MAVLink does not provide message encryption. See MAVLink Message Signing (Authentication) for more details about MAVLink message signing.
Creation
Syntax
Description
creates a
stream
= mavlinksigningmavlinksigning
object to store signing channels.
Object Functions
addChannel | Add MAVLink signing channel |
removeChannel | Remove MAVLink signing channel |
Examples
Version History
Introduced in R2022a
See Also
mavlinkdialect
| mavlinkio
| addmavlinkkeys
| lsmavlinkkeys
| rmmavlinkkeys