Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stronnag/mwptools
ground station, mission planner and tools for INAV and multiwii-nav
https://github.com/stronnag/mwptools
blackbox inav ltm mission-planner msp multiwii mwp replay smartport
Last synced: 20 days ago
JSON representation
ground station, mission planner and tools for INAV and multiwii-nav
- Host: GitHub
- URL: https://github.com/stronnag/mwptools
- Owner: stronnag
- License: gpl-3.0
- Created: 2014-01-27T20:34:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T11:13:39.000Z (about 1 month ago)
- Last Synced: 2024-10-29T13:12:49.997Z (about 1 month ago)
- Topics: blackbox, inav, ltm, mission-planner, msp, multiwii, mwp, replay, smartport
- Language: Vala
- Homepage: http://stronnag.github.io/mwptools/
- Size: 320 MB
- Stars: 206
- Watchers: 22
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flying-fpv - mwptools - Waypoint mission planner esp. for INAV including INAV Radar and ADS-B sources. (Mission Control & Basestation πΊοΈ / Modules π§©)
README
mwptools revisited
=================="A mission planner for the rest of us"
![mwp](docs/images/mwp4.png)
## Overview
**mwptools** provides a mission planner, ground control station, real time flight logger, terrain analysis, line of sight analysis and log replay / blackbox replay functions for [INAV](https://github.com/iNavFlight/inav) FC equipped model aircraft / UAS.
The current default (`master`) branch is the (re)implementation of mwp using Gtk4 / libshumate.
See the [migration guide](https://github.com/stronnag/mwptools/blob/master/docs/mwp-Gtk4-migration-guide.md) for dependencies (and migration from the legacy version (`legacy` branch).
mwp supports the following telemetry protocols:
* MSP (MultiWii Serial Protocol)
* LTM (Lightweight Telemetry)
* MAVLink (INAV subset)
* Smartport (direct / via inverter / or from Multi-protocol Module)
* Crossfire (CRSF)
* Flysky AA (via Multi-protocol Module)
* [BulletGCCS MQTT](https://github.com/stronnag/mwptools/wiki/mqtt---bulletgcss-telemetry)mwp supports the real-time display of adjacent aircraft (GA / other models) using:
* [INAV-radar](https://github.com/OlivierC-FR/ESP32-INAV-Radar/) (INAV UAS).
* MAVlink Traffic Report (e.g. full-size aviation, typically ADS-B via a device such as uAvionix PingRX) (GA).
* ADS-B using Dump1090 / SBS-1 Basestation streaming TCP protocol (GA).
* Other mwp supported telemetry protocols (INAV UAS).mwp provides logging and the replay of:
* mwp log files
* Blackbox logs
* OpenTX CSV (sdcard) logs
* BulletGCSS logs
* Ardupilot (`.bin`) logLog replay requires tools from the [flightlog2x](https://github.com/stronnag/bbl2kml) project.
mwp also proivdes legacy suport for Multiwii navigation functions.
## User Guide
There is am [online user guide](https://stronnag.github.io/mwptools/).
## Tools
* mwp : "A mission planner for the rest of us". Simple mission planning and monitoring. Mission Planning is provided for INAV and MW-NAV (MW 2.4+). Monitoring, logging and recording for INAV and MultiWii
* Many other standalone tools to manage flight logs, maintain CLI `diff`s, analyse logs etc.## Platforms and OS
The tools are designed to be portable and as far as possible platform and hardware agnostic. The suite is developed on Arch Linux and is additionally tested on Alpine (Edge), Debian (Trixie / Sid), Fedora (current) and FreeBSD (current release) (at least).
mwp should build and run on any platform that provides modern Gtk and POSIX APIs.
mwptools is tested on x86_64, ia32, aarch64 and riscv64 architectures (Linux / FreeBSD).
## Installation
See the [migration guide](docs/mwp-Gtk4-migration-guide.md) for dependencies (and migration from the legacy version).
```
meson setup _build --prefix=~/.local --strip
ninja -C _build install
```
## LicenceGPL v3 or later