Tidak Ada Deskripsi

ademant 37b05f92d4 adjust json output 2 tahun lalu
.ci-build e5f5797180 build.sh: Make run on CentOS 7 and 8 4 tahun lalu
LICENSE 48a6433bf7 LICENSE/BSD-2-Clause: Add a copy of the BSD-2-Clause. 3 tahun lalu
android 23e89cf379 SConscript; remove netfeed option and NETFEED_ENABLE 3 tahun lalu
clients d28283f988 clients/ppscheck.c: The TIOCGETD on line 604 should be a TIOCSETD. 2 tahun lalu
contrib 1177ba9cab various: Fix codacy style nits. 2 tahun lalu
devtools e18fdb9fc5 Add tool to find nastiness in files. 2 tahun lalu
drivers b9167a68bb drivers/driver_nmea0183.c: Fix repeated sending of Skytraq MID 0x02 2 tahun lalu
gps 3f880cb019 gps/ubx/py: Ad -v2 and -v3 to MON-SPAN decode. 2 tahun lalu
gpsd 37b05f92d4 adjust json output 2 tahun lalu
gpsmon 202a44811e gpsmon/monitor_ubx.c: Fix coverity nit. 2 tahun lalu
include 92064166ed change json output 2 tahun lalu
libgps 92064166ed change json output 2 tahun lalu
man a9012a5761 clients/ppscheck.c: Add -m option. To find pps from tty. 2 tahun lalu
packaging 0a9b609df6 SConscript, packaging/rpm/gpsd.spec.in, Two more example1.c fixed. 3 tahun lalu
systemd 5a166e6a2d systemd/gpsd.socket.in: Fix IPv6 wildcard binding. 4 tahun lalu
test 4d194ad695 NMEA0183: Last changes changed the Ashtech regression. 2 tahun lalu
tests 2fd3529d45 testnmea2000: Update chk file for SKY changes. Add -t 2 tahun lalu
www 1177ba9cab various: Fix codacy style nits. 2 tahun lalu
.gitignore 80e78b41de ad: rtcm1025 2 tahun lalu
.gitlab-ci.yml 631bd3e851 CI PKG: Drop Fedora 33 (EOL) for Fedora 36 (Rawhide) 2 tahun lalu
.travis.yml 0c47b03d1c Fix typos 4 tahun lalu
.vimrc 46e08df3aa .vimrc: Standardize vim settings. Expand tabs. 6 tahun lalu
AUTHORS 63e79d693d A glut of whitespace fixes. 9 tahun lalu
Android.bp 5252fbd5cb Remove revision.h. Totally. 4 tahun lalu
COPYING 0e40daf5e7 COPYING: Fix copyrights. 4 tahun lalu
HACKING 63e79d693d A glut of whitespace fixes. 9 tahun lalu
INSTALL.adoc e41dc29468 Revert "Removal of /usr/bin/python from Ubuntu forces python3 as a hard dependency." 3 tahun lalu
NEWS 58c4fe2f37 drivers/driver_tsip.c: Try to reduce SKY strobing. 2 tahun lalu
Qgpsmm.pc.in a8f467538f Uppercase substituter tokens in SConstruct, etc. 4 tahun lalu
README.adoc 4937ed4c2b CSS: another shot at fixing docinfo CSS. 3 tahun lalu
SConscript 92064166ed change json output 2 tahun lalu
SConstruct 70562a67a9 SCons*: Start 3.23.2~dev. Fix upload_release 3 tahun lalu
SUPPORT.adoc 4937ed4c2b CSS: another shot at fixing docinfo CSS. 3 tahun lalu
TODO fc8ed110c4 TODO: remove raw data (RINEX) output as done. 3 tahun lalu
build.adoc 0a21b1c977 build.adoc: Note gentoo needs bc for scons check. 2 tahun lalu
control.in 3970eb4cf5 Add @GENERATED@ template variable. And use it in generated files. 4 tahun lalu
example_aiogps.py d839587349 example_aiogps.py: Docstring fixes for codacy. 4 tahun lalu
example_aiogps_run 410b7e9e37 Ubuntu has abolished /usr/bin/python, change shebangs to python3. 3 tahun lalu
gpsctl.c 098e0dd767 gpsctl.c: Fix codacy nit 2 tahun lalu
gpsd.hotplug dfba245d1f g[psd.hotplug: Fix copyright, remove tabs. 4 tahun lalu
gpsd.rules.in 0d87c0edaf gpsd.rules.in: add hotplug rule for u-blox 9 4 tahun lalu
gpsd.usermap 00757c57ce gpsd.usermap: Fix copyright. 4 tahun lalu
gpsfake.py.in 1177ba9cab various: Fix codacy style nits. 2 tahun lalu
gpsinit 104042afa7 gpsinit: Change -v to -V. 4 tahun lalu
libQgpsmm.prl.in 824cff24e6 Refactor snomae version building and create QT .pc/.prl files. 13 tahun lalu
libgps.pc.in a8f467538f Uppercase substituter tokens in SConstruct, etc. 4 tahun lalu
maintainers.adoc 4937ed4c2b CSS: another shot at fixing docinfo CSS. 3 tahun lalu
maskaudit.py 410b7e9e37 Ubuntu has abolished /usr/bin/python, change shebangs to python3. 3 tahun lalu
pylintrc b5eee43ca4 pylintrc: Fix copyright. 4 tahun lalu
regress-driver d3cdbbe5ae regress-driver: Fix new -C option. 3 tahun lalu
valgrind-audit.py 410b7e9e37 Ubuntu has abolished /usr/bin/python, change shebangs to python3. 3 tahun lalu
valgrind-suppressions df34a3add8 gpsd-report() -> gpsd_log() 9 tahun lalu

README.adoc

= gpsd README file
:date: 17 February 2021
:description: README for GPSD
:docinfodir: www
:keywords: GPSD, GPS
:robots: index,follow
:sectlinks:
:type: article
:toc: macro

include::www/inc-menu.adoc[]

WARNING:

The files at https://gitlab.com/gpsd/gpsd/-/tags are NOT the gpsd
release files. DO NOT use them. The release files are at:
http://download-mirror.savannah.gnu.org/releases/gpsd/

== GENERAL

gpsd is a userland daemon acting as a translator between GPS, GNSS, 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.

The website for GPSD where you can find updates, news, and
project mailing lists is: https://gpsd.io/

See that website for a list of GPS units known to be compatible.

See the file INSTALL.adoc for installation instructions and some tips on
how to troubleshoot your installation. The file build.adoc 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 provided testing and feedback.

Brook Milligan combined gpsd and gpsclient
into one package and autoconfiscated it.

Derrick J. Brashear (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 (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 the 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 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 E. Miller wrote the driver for Garmin binary protocol
and most of the support for PPS handling on serial devices. He has release
authority.

Amaury Jacquot added DBUS support.

Ville Nuorvala wrote the NTRIP support.

We are delighted to acknowledge 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 some 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 E. Miller wrote the
subframe support, gpsplot, gpscsv, and gpssubframe.

== RESOURCES

*Project web site:* {gpsdweb}

== COPYING

This file is Copyright 2013 by the GPSD project +
SPDX-License-Identifier: BSD-2-clause