https://github.com/kupofty/nmea_center
Display and forward NMEA data
https://github.com/kupofty/nmea_center
cpp nmea nmea-data nmea-parser nmea0183 qt-gui qt6
Last synced: 12 months ago
JSON representation
Display and forward NMEA data
- Host: GitHub
- URL: https://github.com/kupofty/nmea_center
- Owner: Kupofty
- License: apache-2.0
- Created: 2025-06-18T21:24:05.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T20:49:26.000Z (12 months ago)
- Last Synced: 2025-06-29T21:33:04.681Z (12 months ago)
- Topics: cpp, nmea, nmea-data, nmea-parser, nmea0183, qt-gui, qt6
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NMEA Center — Monitoring & Forwarding Tool for NMEA0183
## Features
1. **NMEA Device Connection**
Connect any NMEA0183 compatible device via serial or UDP.
2. **Live NMEA Monitoring**
Display both raw and decoded NMEA sentences (GGA, RMC, GSV, etc.) in real-time.
3. **Data Forwarding**
Forward received NMEA data to:
- **UDP** (supports broadcast, unicast, multicast)
- **Secondary serial ports**
4. **Selective Output Control**
Filter sentence types (e.g. output only GGA or RMC) on each output.
5. **Data Logging**
Record data to a local file in multiple formats:
- `.txt`
- `.csv`
- `.nmea`
- `.log`