This directory contains runnable examples for different targets.
mavlink-dump: desktop example for receiving and printing MAVLink frames.embedded: blocking embedded example.embedded-async-read: async embedded read loop example.
From the workspace root:
cargo run --example mavlink-dump -- udpin:127.0.0.1:14540The first argument is a MAVLink connection string such as:
udpin:0.0.0.0:14550udpout:127.0.0.1:14550tcpin:0.0.0.0:5760tcpout:127.0.0.1:5760serial:/dev/ttyUSB0:115200file:./mavlink/tests/log.tlog
See the per-example docs: