MAVRouter
A lightweight MAVLink router.
Quick Start
Install from crates.io:
Basic usage:
# Create config file
# Run the router
Usage
Build
Configuration
Example mavrouter.toml:
[]
= 5760
= "logs"
= true
= 1000
= 300
[[]]
= "serial"
= "/dev/ttyACM0"
= 115200
[[]]
= "udp"
= "0.0.0.0:14550"
= "server"
Run