Skip to content
forked from mavlink/mavlink

Marshalling / communication library for drones.

License

Notifications You must be signed in to change notification settings

islemhm/mavlink

This branch is 376 commits behind mavlink/mavlink:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d6a1b6d · Mar 1, 2021
Feb 3, 2021
Dec 2, 2014
Nov 5, 2020
Sep 10, 2020
Nov 9, 2019
Feb 4, 2021
Mar 1, 2021
Jan 21, 2021
Feb 4, 2021
Dec 14, 2018
Jul 26, 2018
Dec 9, 2020
Feb 20, 2018
May 16, 2016
Feb 3, 2021
Mar 22, 2012
Apr 25, 2018
Dec 3, 2014

Repository files navigation

Build Status

MAVLink

MAVLink -- Micro Air Vehicle Message Marshalling Library.

MAVLink is a very lightweight, header-only message library for communication between drones and/or ground control stations. It consists primarily of message-set specifications for different systems ("dialects") defined in XML files, and Python tools that convert these into appropriate source code for supported languages. There are additional Python scripts providing examples and utilities for working with MAVLink data.

Tip MAVLink is very well suited for applications with very limited communication bandwidth. Its 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.

Key Links:

About

Marshalling / communication library for drones.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CMake 81.4%
  • Python 10.2%
  • Shell 8.4%