0.13.1 Jul 18, 2024

#11 in #mav-link

Download history 329/week @ 2024-10-13 195/week @ 2024-10-20 278/week @ 2024-10-27 448/week @ 2024-11-03 345/week @ 2024-11-10 385/week @ 2024-11-17 353/week @ 2024-11-24 326/week @ 2024-12-01 493/week @ 2024-12-08 166/week @ 2024-12-15 61/week @ 2024-12-22 167/week @ 2024-12-29 275/week @ 2025-01-05 417/week @ 2025-01-12 346/week @ 2025-01-19 429/week @ 2025-01-26

1,483 downloads per month
Used in 2 crates (via mavlink)

MIT/Apache

71KB
1.5K SLoC

rust-mavlink

Build status Crate info Documentation

Rust implementation of the MAVLink UAV messaging protocol, with bindings for all message sets.

Add to your Cargo.toml:

mavlink = "0.12.2"

Examples

See examples/ for different usage examples.

examples/mavlink-dump contains an executable example that can be used to test message reception.

It can be executed directly by running:

cargo run --example mavlink-dump [options]

It's also possible to install the working example via cargo command line:

cargo install --path examples/mavlink-dump

It can then be executed by running:

mavlink-dump [options]

Execution call example:

mavlink-dump udpin:127.0.0.1:14540

Community projects

Check some projects built by the community:

License

Licensed under either of

Dependencies

~0.6–1.3MB
~26K SLoC