First stable production release of the Betaflight/EmuFlight/INAV blackbox log parser.
Key Features
- Pure Rust implementation with zero external binary dependencies
- Complete BBL format parsing (I, P, S, H, G, E frames)
- CSV export compatible with blackbox_decode
- GPX export for GPS visualization
- Event export with Betaflight event type mapping
- Library API for programmatic access
- Streaming architecture for large files
- Cross-platform support (Linux, Windows, macOS)
Firmware Support
- Betaflight 4.0+
- EmuFlight
- INAV
What's Included
- Complete CLI tool with batch processing capabilities
- Rust crate for library integration
- Comprehensive documentation and examples
- Full test coverage (73 tests across units, integration, and docs)
- Automated CI/CD with multi-platform testing
See CHANGELOG.md for complete feature list.
License: AGPL-3.0-or-later (with commercial licensing available)