Project

General

Profile

Actions

Feature #21

closed

Latest NMEA sentence API endpoint

Added by Khaled Malhal Abbas about 1 month ago. Updated 23 days ago.

Status:
Closed
Priority:
Normal
Target version:
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 #1

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

Also available in: Atom PDF