Menu

Tree [ed414e] master /
 History

HTTPS access


File Date Author Commit
 doc 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 m4 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 samples 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 src 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 AUTHORS 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 COPYING 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 ChangeLog 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 INSTALL 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 Makefile.am 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 Makefile.in 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 NEWS 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 README 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 aclocal.m4 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 compile 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 config.guess 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 config.h.in 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 config.sub 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 configure 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 configure.ac 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 depcomp 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 install-sh 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 libnmea-0.5.31.tar.gz 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 ltmain.sh 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit
 missing 2015-08-06 Dave Erickson Dave Erickson [ed414e] Initial Commit

Read Me

NMEA library

Disclaimer

The National Marine Electronics Association (NMEA) has developed a specification that defines the interface between various pieces of marine electronic equipment. The standard permits marine electronics to send information to computers and to other marine equipment.
Most computer programs that provide real time position information understand and expect data to be in NMEA format. This data includes the complete PVT (position, velocity, time) solution computed by the GPS receiver. The idea of NMEA is to send a line of data called a sentence that is totally self contained and independent from other sentences. All NMEA sentences is sequences of ACSII symbols begins with a '$' and ends with a carriage return/line feed sequence and can be no longer than 80 characters of visible text (plus the line terminators).

Introduction

We present library in 'C' programming language for work with NMEA protocol. Small and easy to use. The library build on different compilers under different platforms (see below). The code was tested in real projects. Just download and try...

Features

- Analysis NMEA sentences and granting GPS data in C structures
- Generate NMEA sentences
- Supported sentences: GPGGA, GPGSA, GPGSV, GPRMC, GPVTG
- Multilevel architecture of algorithms
- Additional functions of geographical mathematics and work with navigation data

Supported (tested) platforms

- Microsoft Windows (MS Visual Studio 8.0, GCC)
- Windows Mobile, Windows CE (MS Visual Studio 8.0)
- UNIX (GCC)

Licence: LGPL