GNSS NMEA-0183 protocal universal parser.
Clone and run the build:
$ git clone https://github.com/sevensx/nmeaparser && cd nmeaparser
$ make all
Run example program:
./nmea_parse
Config and build:
$ mkdir build && cd build
$ cmake .. -DNMEAPARSER_BUILD_EXAMPLES=ON
$ make
Output programs in examples
directory:
examples/nmea_parse