Extensible NMEA-0183 (GPS) data parser in standard C. A directly linkable library intended for applications that want to embed GPS support.
Categories
GISLicense
BSD LicenseFollow nmeap
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I have not downloaded it , it should be very good
-
Great library easy to get up and running. Should change atoi() to strtoul() in nmeap_gprmc() and nmeap_gpgga() for extracting date and time data from the tokens, otherwise it reports these incorrectly.