Skip to content

Simple man-in-the-middle proxy/decoder for my learning how MAVLink works

Notifications You must be signed in to change notification settings

justinclift/mavdecodertest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A very simple MAVLink decoder, based on gomavlib, to display the details of MAVLink messages passing through it.

eg:

System status message from drone
Mainloop time used 35%, batt voltage: 0, batt current: -1, batt remain: -1
Comm drop rate: 0, comm errors: 0

Power status message from drone. 5V rail voltage: 4.90v, Servo rail voltage: 4.86v, flags: 0

Memory info message from drone. Heap top: 0, free mem: 46896, free mem32: 0

Drone message status current mission is # 0

It could do with nicer display and some clean up, but this fulfills it's purpose as-is for now.

About

Simple man-in-the-middle proxy/decoder for my learning how MAVLink works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages