Skip to content

elbarto1980/MAVLinkBridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAVLinkBridge

Simple UART/UDP Bridge for MAVLink

./mavlinkbridge [options] -s serial_port[:baud] -u target_address[:port]

Options:
-r          Raw mode (don't break into mavlink message chunks)
-s name     Serial port name (and optionally the baud rate)
-u address  IP address or host name (and optionally the port number)
-w          Switch to unicast mode once a response is received

Example:

  ./mavlinkbridge -s /dev/tty.usbmodem1:115200 -u 192.168.1.255 -r -w

  Starts a bridge between a vehicle on /dev/tty.usbmodem1 at 115200 baud and a
  GCS on the 192.168.1 network (broadcast). Use raw mode and switch to unicast
  once a response from the GCS is received.

About

Simple UART/UDP Bridge for MAVLink

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.8%
  • C 7.4%
  • Makefile 0.8%