0.13.1 Jul 18, 2024

#14 in #mav-link

Download history 379/week @ 2024-11-15 354/week @ 2024-11-22 336/week @ 2024-11-29 504/week @ 2024-12-06 205/week @ 2024-12-13 72/week @ 2024-12-20 102/week @ 2024-12-27 283/week @ 2025-01-03 411/week @ 2025-01-10 377/week @ 2025-01-17 343/week @ 2025-01-24 473/week @ 2025-01-31 628/week @ 2025-02-07 444/week @ 2025-02-14 748/week @ 2025-02-21 438/week @ 2025-02-28

2,334 downloads per month
Used in 3 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
~25K SLoC