EasyNMEA DocumentationΒΆ

EasyNMEA is an open source, free-to-use cross-platform C++ library to retrieve Global Navigation Satellite System (GNSS) information from GNSS modules which communicate with NMEA 0183 over serial. It can retrieve GNSS data from any GNSS device sending NMEA 0183 sentences using serial communication.

EasyNMEA provides a lightweight and easy-to-use API with which applications can wait until data of any of the supported NMEA 0183 sentences is received, and then retrieve it in an understandable manner without the need of knowing the inner details of the NMEA 0183 protocol.

The source code is hosted on GitHub, check it out!