Jump to content

Gpsd: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Kerekesk (talk | contribs)
m Update to version and release date
Gioerr (talk | contribs)
No edit summary
Line 15: Line 15:
| operating system = [[Linux]], *[[BSD]], [[Mac OS X]], [[Android (operating system)|Android]]
| operating system = [[Linux]], *[[BSD]], [[Mac OS X]], [[Android (operating system)|Android]]
| platform = Any
| platform = Any
| size = ~51K LOC
| size = ~110K LOC
| language = [[English language|English]]
| language = [[English language|English]]
| status = Mature
| status = Mature

Revision as of 19:31, 16 July 2016

gpsd
Original author(s)Remco Treffkorn, Derrick Brashear
Developer(s)Eric S. Raymond
Stable release
3.16 / January 8, 2016; 8 years ago (2016-01-08)
Repository
Written inC, Python
Operating systemLinux, *BSD, Mac OS X, Android
PlatformAny
Size~110K LOC
Available inEnglish
TypeGPS
LicenseBSD
Websitewww.catb.org/gpsd/

gpsd is a daemon that receives data from a GPS receiver, and provides the data back to multiple applications such as Kismet or GPS navigation software. It thus provides a unified interface to receivers of different types, and allows concurrent access by multiple applications.

It is commonly used on Linux and FreeBSD systems.[1][2][3] Distributed under the 3-clause BSD license, gpsd is free software.

Design

gpsd provides a TCP/IP service by binding to port 2947.[4] It accepts commands from that socket, and returns results back to it. These commands use a JSON-based syntax and return JSON responses[4] (older, now obsolete versions used single-letter commands). Multiple clients can use gpsd's service in parallel, thus allowing multiple applications to use the data in parallel.

Most GPS receivers are supported, whether serial, USB, or Bluetooth. Starting in 2009, GPSD supports AIS receivers as well.[5] Additionally gpsd supports interfacing with the UNIX network time protocol daemon ntpd via shared memory to enable setting the host platform's time via the GPS clock.

Authors

gpsd was originally written by Remco Treffkorn with Derrick Brashear, then maintained by Russell Nelson.[6] It is now maintained by Eric S. Raymond.[7][8]

References