gpsd

From Wikipedia, the free encyclopedia

Template:Short description

Page Module:Infobox/styles.css has no content.

gpsd
[[Programmer|Original authorTemplate:Pluralize from text]]Remco Treffkorn,
Derrick Brashear
[[Programmer|DeveloperTemplate:Pluralize from text]]Eric S. Raymond
Template:Infobox software/simple
Written inC, Python
EnginePage Template:Plainlist/styles.css has no content.Template:EditAtWikidata
Operating systemLinux, *BSD, Mac OS X, Android
PlatformAny
Size~120K LOC
Available inEnglish
TypeGPS software
LicenseBSD license (2-clause)
Websitegpsd.gitlab.io/gpsd/
RepositoryPage Template:Plainlist/styles.css has no content.

Script error: No such module "Check for conflicting parameters".

gpsd is a computer software program that collects data from a Global Positioning System (GPS) receiver and provides the data via an Internet Protocol (IP) network to potentially multiple client applications in a server-client application architecture. Gpsd may be run as a daemon to operate transparently as a background task of the server. The network interface provides a standardized data format for multiple concurrent client applications, such as Kismet or GPS navigation software.

Gpsd is commonly used on Unix-like operating systems.[1][2][3] It is distributed as free software under the 2-clause BSD license.

Design

gpsd provides a TCP/IP service by binding to port 2947 by default.[4] It communicates via that socket by accepting commands, and returning results. These commands use a JSON-based syntax and provide JSON responses.[4] Multiple clients can access the service concurrently.

The application supports many types of GPS receivers with connections via serial ports, USB, and Bluetooth. Starting in 2009, gpsd also supports AIS receivers.[5]

gpsd supports interfacing with the Network Time Protocol (NTP) server 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

Lua error in mw.title.lua at line 404: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

Page Template:Reflist/styles.css has no content.

  1. ^ Debian packages of gpsd
  2. ^ Fedora package of gpsd Script error: No such module "webarchive".
  3. ^ gpsd FreeBSD from the FreeBSD ports archive
  4. ^ a b gpsd manual page Script error: No such module "webarchive". gpsd project, retrieved 2011-07-11
  5. ^ A Brief History of GPSD, "In July and August 2009 ESR redesigned the GPSD command protocol and gave gpsd the ability to read data from marine AIS receivers and pass it to clients."; retrieved 2011-05-01 Script error: No such module "webarchive".
  6. ^ GPSD CHANGELOG Script error: No such module "webarchive".
  7. ^ GPSD History Script error: No such module "webarchive".
  8. ^ Bad Code Offsets: Open Web Innovation