libnmea
libnmea copied to clipboard
Lightweight C library for parsing NMEA 0183 sentences
Hi guys! Is there a specific reason for why the "Horizontal Dilution of precision"-field is not included when the GGA sentence is parsed? Could it possibly be added? If its...
Hi, First of all, thanks for your work. I have compiled static version and tried to use in my project, which is for tracking vehicles. After parsing nmea just degrees...
The get_parser functions are now implemented by iterating through the parser list. This could maybe be optimized by sorting the list by type ID or similar.
It should be possible to select at build time which modules to build and install, for both dynamic and static mode.
It should be possible to select which parser modules to load at run time (dynamic mode). Now all of the installed modules are loaded. A work around for this is...
Now when it is possible to statically link the parser modules at build time, it would be great with support for Arduino.
This is needed for NMEA-like protocols that add extensions with longer-than-expected sentences, or new longer type words. Users that need to, can now define their own limits or use the...