Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 430 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 430 Bytes

NMEA Parser

GNSS NMEA-0183 protocal universal parser.

Quick Start

Clone and run the build:

$ git clone https://github.com/sevensx/nmeaparser && cd nmeaparser
$ make all

Run example program:

./nmea_parse

CMake

Config and build:

$ mkdir build && cd build
$ cmake .. -DNMEAPARSER_BUILD_EXAMPLES=ON
$ make

Output programs in examples directory:

examples/nmea_parse