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

Also available in: Atom PDF