Skip to content

DrinkTeaTeam/nmealib

This branch is up to date with ShiauweiZhao/nmealib:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e0f21e · Jan 15, 2012

History

73 Commits
Jul 20, 2011
Jul 20, 2011
Jul 26, 2011
Jan 15, 2012
Jan 10, 2012
Jul 26, 2011
Jul 20, 2011
Jul 20, 2011
Jul 26, 2011
Oct 4, 2011
Jul 20, 2011

Repository files navigation

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 are sequences of ACSII
symbols that begin with a '$' and end with a carriage return/line feed sequence
and can be no longer than 80 characters of visible text (plus the line
terminators).

Introduction

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

- Linux (GCC)

Licence: LGPL

Packages

No packages published

Languages

  • C 100.0%