Actions
Feature #21
closedLatest NMEA sentence API endpoint
Start date:
12/18/2025
Due date:
01/07/2026
% Done:
100%
Estimated time:
4:00 h
Description
Since we need to obtain other NMEA sentences than just GGA, we need to enable an API endpoint that returns every NMEA sentence.
Perhaps we can have a JSON with the information of the latest sentences, like so:
{
"GGA": { "..." },
"RMC": { "..." },
"GLL": { "..." },
"..."
}
Updated by Khaled Malhal Abbas 23 days ago
- Due date set to 01/07/2026
- Status changed from New to Closed
- % Done changed from 0 to 100
- Estimated time set to 4:00 h
Every sentence that the software decodes will be added into this JSON and can be obtained using the GET /api/status endpoint.
No modifications are done to the JSON itself.
Actions