NMEA data stream for an existing web application
Typical customer: Maritime software company
An existing system needed to process position, course and sensor data from NMEA 0183 without rebuilding the existing architecture.
3
Data sources
24/7
Planned operation
JSON
Target format
Initial situation
The data came from multiple serial sources, was sometimes incomplete and had to be made available to a web application in real time.
Implementation
Development of a stable parser with validation, timestamps, error handling and JSON output through an internal API.
Result
The application was able to display and store live maritime data reliably. Invalid records were logged without interrupting the data flow.