Open hamishwillee opened 3 years ago
Hi @hamishwillee, I hope that you are doing fine.
About rust-mavlink, it indeed has a support for signed messages, but not fully. It can receive but will do nothing with the signed value itself.
For documentation, you can get it here: https://docs.rs/mavlink/latest/mavlink/ For testing: https://github.com/mavlink/rust-mavlink/tree/master/tests
Thank you very much for the clarification.
Note, I've updated mavlink docs with link in https://github.com/mavlink/mavlink-devguide/pull/312
I have not updated the information on signing because it still isn't quite clear to me what you mean by not supported. Full signing support would look something like:
Assuming we're aligned on the above can you confirm again which it does/does not do?
Just confirming for the mavlink docs tat this library doesn't support signing - right?
Are there any more docs than provided on the readme? For context, I'm trying to characterize the things provided by each project