2021-01-27 15:34:51 +11:00
2020-05-04 13:47:47 +10:00
2021-01-27 15:34:51 +11:00
2020-07-08 14:20:22 +10:00
2018-11-28 15:39:23 +11:00
2017-05-02 14:23:07 +10:00
2018-06-14 16:28:01 +10:00

MAVLink Developer Guide

MAVLink is a very lightweight, header-only message marshalling library for micro air vehicles / drones.

MAVLink follows a modern hybrid publish-subscribe and point-to-point design pattern: Data streams are sent / published as topics while configuration sub-protocols such as the mission protocol or parameter protocol are point-to-point with retransmission.

Tip

Because MAVLink doesn't require any additional framing it is very well suited for applications with very limited communication bandwidth. It's reference implementation in C is highly optimized for resource-constrained systems with limited RAM and flash memory. It is field-proven and deployed in many products where it serves as interoperability interface between components of different manufacturers.

MAVLink was first released early 2009 by Lorenz Meier and has now a significant number of contributors.

The content of this book is CC-BY 4.0 licensed.

S
Description
No description provided
Readme 31 MiB
Languages
Python 69.2%
JavaScript 22.9%
CSS 7.4%
Vue 0.5%