mavlink-serial-bridge is a MAVLink messages forwarder from the serial device (UART, RS-232, some USB devices, etc.) to UDP packets and vice versa.
Requirments:
libcyaml
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
sudo make installCreate a copy of the example.yaml from /etc/mavlink-serial-bridge/, save it in the same directory and edit, according to your requirements.
Run sudo systemctl start mavlink-serial-bridge@<configuration> to start the tool, where configuration is the configuration file name (without the file extension).
Run sudo systemctl enable mavlink-serial-bridge@<configuration> to start the tool, where configuration is the configuration file name (without the file extension).