Hamish Willee b6c49b2cd1 Test migration to vitepress (#551)
* Add package/.vitepress folders - more work to be done

* Fix up config and add site/favicons

* Update styles for wide tables

* Rename English files from README.md to index.md

* Add root home page

* Update .gitignore for vitepress

* Delete unused: travis, book, redirects

* Fix up all Notes

* Warnings and notes - convert to github format

* Add running workflow

* Add yarn lock file

* Fix up links README.md to index.md

* Add lock files
2024-11-27 16:59:53 +11:00
2024-11-27 16:59:53 +11:00
2024-11-27 16:59:53 +11:00
2024-11-27 16:42:15 +11:00
2024-11-27 16:59:53 +11:00
2024-11-27 16:42:15 +11:00
2024-11-27 16:59:53 +11:00
2024-09-19 21:44:52 +10:00
2017-05-02 14:23:07 +10:00
2024-11-27 16:59:53 +11:00
2018-06-14 16:28:01 +10:00
2024-11-27 16:59:53 +11: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%