/NMEA0183

NMEA 0183 input parser for SensESP

Primary LanguageC++Apache License 2.0Apache-2.0

NMEA 0183 Data Input Sensor for SensESP

This repository implements a NMEA 0183 parser library for SensESP. It reads and parses NMEA 0183 formatted data and creates SensESP Producers for the different data.

To use the library in your own projects, you have to include it in your platformio.ini lib_deps section:

lib_deps =
    SignalK/SensESP@>=3.0.0-beta.1,<4.0.0-alpha.1
    SensESP/NMEA0183@^3.0.0

See also the example main file.

For more information on using SensESP and external add-on libraries, see the SensESP documentation.