"A mission planner for the rest of us"
mwptools provides:
- Mission planning
- Ground control statio
- Real time flight logger
- Terrain analysis
- Line of sight analysis
- Log replay / blackbox replay
- Genera; aviation (ADSB) monitoring and alarm
for INAV FC equipped model aircraft / UAS.
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
mwp supports the real-time display of adjacent aircraft (GA / other models) using:
- INAV-radar (INAV UAS).
- MAVlink Traffic Report (e.g. full-size aviation, typically ADS-B via a device such as uAvionix PingRX) (GA).
- INAV
MSP2_ADSB_VEHICLE_LIST
(GA) - ADS-B using Dump1090 / SBS-1 Basestation streaming TCP protocol (GA) / JSON / Protobuf
- Internet ADSB providers
- Other mwp supported telemetry protocols (INAV UAS).
mwp provides logging and the replay of:
- mwp log files
- Blackbox logs
- OpenTX / EgdeTX CSV (sdcard) logs
- BulletGCSS logs
- Ardupilot (
.bin
) log
Log replay requires tools from the flightlog2x project.
mwp also proivdes legacy suport for Multiwii navigation functions.
There is an online user guide.
- 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.
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 Debian (Trixie / Sid), Fedora (current), Void and FreeBSD (current release) (at least). It is also possible to build and run mwp on MacOS (from mwptools 2024.11.20) and Windows (Msys2 / standalone installer from 2024.12.07).
mwp should build and run on any platform that provides modern GTK4 and POSIX APIs.
mwptools is tested on aarch64, riscv64 and x86_64 architectures om Linux and FreeBSD.
Binary installers, Debian packages (*.deb
) and a Windows installer are provided in the Release Area.
Otherwise the online user guide provides dependency and build instructions.
There is a migration guide describing migration from the legacy version.
meson setup _build --prefix=~/.local --strip
ninja -C _build install
GPL v3 or later
- IRC irc.libera.chat #mwptools
- Github Issues and discussions