Skip to content

alpsar4l/rust-mavlink

This branch is 84 commits behind mavlink/rust-mavlink:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2024
Jan 3, 2024
Jan 4, 2024
Mar 31, 2023
Jan 4, 2024
Nov 20, 2023
Mar 9, 2021
Jan 24, 2020
Jan 4, 2024
Aug 25, 2016
Aug 25, 2016
Jan 4, 2024
Mar 11, 2020

Repository files navigation

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.

mavlink-dump

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

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%