Skip to content

ybzwyrcld/nmeaparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GNSS NMEA-0183 protocal universal parser.

Topics

Resources

License

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors