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": { "..." },
"..."
}
Actions