aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/nmealib/README.TXT
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-02-18 16:46:05 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-02-18 16:46:05 +0100
commit663ca58063a281d23dbc92a6fbd19011c3fbde41 (patch)
tree5a2e9f58a8f41db94ef221e12acead09c9828233 /apps/gps/nmealib/README.TXT
parent104d5aa3654545b354f25750d3980181da8f6a0b (diff)
parent520a2b417410bed7db6f08a3a69f3bcccc55910b (diff)
downloadpx4-firmware-663ca58063a281d23dbc92a6fbd19011c3fbde41.tar.gz
px4-firmware-663ca58063a281d23dbc92a6fbd19011c3fbde41.tar.bz2
px4-firmware-663ca58063a281d23dbc92a6fbd19011c3fbde41.zip
Merge branch 'master' of github.com:PX4/Firmware
Diffstat (limited to 'apps/gps/nmealib/README.TXT')
-rw-r--r--apps/gps/nmealib/README.TXT26
1 files changed, 0 insertions, 26 deletions
diff --git a/apps/gps/nmealib/README.TXT b/apps/gps/nmealib/README.TXT
deleted file mode 100644
index 8ede6a036..000000000
--- a/apps/gps/nmealib/README.TXT
+++ /dev/null
@@ -1,26 +0,0 @@
-NMEA library see: http://nmea.sourceforge.net/
-
-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