Skip to content

andersson/gpsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dda5db4 · Aug 5, 2019
Nov 2, 2017
Jan 26, 2018
Sep 23, 2016
Jan 29, 2016
Mar 30, 2018
Mar 23, 2015
Oct 2, 2011
May 12, 2016
Feb 10, 2018
Aug 15, 2017
Mar 17, 2017
Oct 27, 2017
Apr 30, 2015
Mar 13, 2010
Apr 30, 2015
Jan 25, 2017
Feb 9, 2018
Sep 7, 2017
Feb 19, 2016
Aug 5, 2019
Jan 10, 2016
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Oct 8, 2015
Mar 8, 2018
Mar 8, 2018
Mar 30, 2015
Oct 16, 2017
Mar 8, 2018
Jan 25, 2017
Apr 30, 2015
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Jun 30, 2005
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Aug 5, 2019
Aug 5, 2019
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Sep 19, 2017
Mar 8, 2018
Aug 5, 2019
Dec 2, 2017
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Aug 5, 2019
Mar 8, 2018
Dec 23, 2016
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Jul 26, 2017
Mar 8, 2018
Jul 13, 2016
Nov 1, 2011
Mar 8, 2018
Sep 7, 2017
Mar 8, 2018
Mar 8, 2018
Mar 4, 2017
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Aug 5, 2019
Aug 3, 2016
Jan 3, 2014
Mar 8, 2018
Apr 30, 2015
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Aug 16, 2016
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 29, 2016
Feb 20, 2017
Mar 8, 2018
Sep 19, 2017
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 5, 2017
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Sep 7, 2012
Feb 9, 2017
Apr 30, 2015
Mar 30, 2015
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 25, 2017
Mar 8, 2018
Feb 17, 2017
Jul 14, 2017
Jan 22, 2017
Jul 14, 2017
Mar 8, 2018
Apr 30, 2015
Mar 8, 2018
Jan 22, 2017
Mar 13, 2010
Mar 8, 2018
Dec 23, 2016
Mar 8, 2018
Mar 8, 2018
Mar 8, 2018
Mar 7, 2015
Mar 8, 2018
Mar 8, 2018

Repository files navigation

GENERAL
=======

gpsd is a userland daemon acting as a translator between GPS and
AIS receivers and their clients. gpsd listens on port 2947 for clients
requesting position/time/velocity information.  The receivers are
expected to generate position information in a well-known format -- as
NMEA-0183 sentences, SiRF binary, Rockwell binary, Garmin binary
format, or other vendor binary protocols.  gpsd takes this
information from the GPS and translates it into something uniform and
easier to understand for clients.  The distribution includes sample
clients, application interface libraries, and test/profiling tools.

There is a website for GPSD where you can find updates, news, and
project mailing lists; look for that URL in the scons recipe, the file
SConstruct in this top-level directory.  See that website for a list
of GPS units known to be compatible.

See the file INSTALL for installation instructions and some tips on
how to troubleshoot your installation.  The file build.txt has
instructions for building from source.  The packaging/ directory
contains resources and suggestions for packagers and distribution
integrators.

LICENSE
=======

This software (gpsd) is released under the terms and conditions of the BSD
License, a copy of which is included in the file COPYING.

1.X CREDITS
===========

Remco Treffkorn designed and originated the code.

Russ Nelson maintained gpsd for a couple of years.

Carsten Tschach's gpstrans-0.31b code was the original model for nmea_parse.c.

Bob Lorenzini <[email protected]> provided testing and feedback.

Brook Milligan <[email protected]> combined gpsd and gpsclient
into one package and autoconfiscated it.

Derrick J. Brashear <[email protected]> (KB3EGH) added code for the
EarthMate DeLorme. He also added "incredibly gross code to output
NMEA sentences" (his own words :-) He also did the first cut at
DGPS support (see http://www.wsrcc.com/wolfgang/gps/dgps-ip.html),
for the Earthmate.

Curt Mills <[email protected]> (WE7U) furthered the dgps support,
writing the portion for other GPS receivers.

None of these people have been active in 2.X and later versions; gpsd
has evolved out of recognition from the 1.X codebase.

2.X CREDITS
===========

Eric S. Raymond drastically rewrote this code in late 2004/early 2005
to clean it up and extend it.  The 2.X architecture has become
significantly different and far more modularized. His new features
included:

   * Documentation (what a concept!)
   * Cleaned up, simplified command-line options.
   * Now understands the GLL (Geographic position - Latitude, Longitude)
     sentence from NMEA 3.0.
   * Now parses both the NMEA 3.01 and pre-3.01 variants of the VTG sentence
     correctly.
   * New commands including 'y', 'w', and 'x', since obsolesced by a
     JSON-based protocol.
   * Massive refactoring -- one main loop now calls a self-contained
     driver object for each type.
   * The GPS-bashing code the daemon uses can now be directly linked as a
     library, libgpsd(3).
   * C and Python libraries are available to encapsulate the client side of
     querying gpsd, see libgps(3).
   * Cleaned-up error reporting, we don't use syslog when running in foreground
     but send all error and status messages to the tty instead.
   * Added -n option to do batch monitoring of GPSes.
   * xgpsspeed is working again; xgps has been seriously reworked and improved.
   * RPMs which include installation of gpsd to start up at boot time
     are available.
   * New gpsprobe program probes the capabilities of GPSes and generates
     error scattergrams from fixes.  (Later this moved to gpsprof.)
   * Autobauding, self-configuration, and hotplugging.  gpsd can now get
     its device from a hotplug script, and figures out itself which baud
     rate to use and what the GPS's device type is.
   * Support for SiRF binary mode.
   * Support for RTCM104 and AIVDM.
   * Support for multiple devices.
   * Other test tools -- gpsfake, gpscat, gpsmon.

Chris Kuethe <[email protected]> maintains the OpenBSD port, shipped
the 2.34 release, is our SiRF and low-level protocols expert, and does a
lot of general hacking and support.  He has release authority.

Gary Miller <[email protected]> wrote the driver for Garmin binary protocol
and most of the support for PPS handling on serial devices. He has release
authority.

Amaury Jacquot <[email protected]> added DBUS support.

Ville Nuorvala <[email protected]> wrote the NTRIP support.

We are delighted to acknowlege the assistance of Carl Carter, a field
application engineer at SiRF.  He assisted us with the correction and
tuning of the SiRF binary-protocol driver, shedding a good deal of
light on murky aspects of the chip's behavior.

We are also delighted to acknowledge the assistance of Timo Ylhainen, VP of
Software Operations at Fastrax. He clarified a number of points about
the iTalk protocol, helping to further development of iTalk support.

3.X CREDITS
===========

The main feature of the 3.x versions is a stabilized and finalized
version of the JSON command/response protocol. This was designed and mainly
implemented by ESR.  Gary Miller wrote the subframe support.