nmeap 0.3 review

Download
by rbytes.net on

nmeap is an extensible parser for NMEA-0183 (GPS) data, written in portable C

License: GPL (GNU General Public License)
File size: 0K
Developer: David M. Howard
0 stars award from rbytes.net

nmeap is an extensible parser for NMEA-0183 (GPS) data, written in portable C. It has a small footprint, is portable, extensible, and I/O agnostic.

It is suitable for Linux, Win32, and embedded systems. It has built in support for most useful standard NMEA sentences, and is extensible to add additional standard and proprietary sentences. It builds to a linkable library for embedding in other applications.

Installation:

cd [working directory]
make

This builds a static library named libnmeap.a in the 'lib' directory. there is no option for a dynamic library. This thing is so small that it isn't worth the trouble. It also builds the test/examples programs in 'tst'.

Usage:

This library is statically linked to the application. Just include it in your linker command line. See the file 'nmeap.h' and the examples in the 'tst' directory for usage instructions.

nmeap 0.3 search tags