Keine Beschreibung

Gary E. Miller 705137640c SConscript: Test for scan-build before using it in audit. vor 4 Jahren
.ci-build e5f5797180 build.sh: Make run on CentOS 7 and 8 vor 4 Jahren
android 078ce7c81b Change git version to 3.21.1~dev vor 4 Jahren
clients cb1f4d388d SCons*: "scons zip" and "scons dist" work, with caveats. vor 4 Jahren
contrib cb1f4d388d SCons*: "scons zip" and "scons dist" work, with caveats. vor 4 Jahren
devtools cb1f4d388d SCons*: "scons zip" and "scons dist" work, with caveats. vor 4 Jahren
doc beb36b7c7f gpsd/net_dgpsip.c: fix socket_t type nit from codacy. vor 4 Jahren
drivers fb83bde3bb drivers/driver_nmea2000.c: Fix long lines, codacy nits. vor 4 Jahren
gps 6648fd51e7 gps/gps.py.in: getopt t- argparse. Was/is broken. vor 4 Jahren
gpsd 421e746624 gpsd/dbusexport.c: Add pointers to D_Bus doc. vor 4 Jahren
gpsmon 13083e850b gpsmon/monitor_nmea0183.c: Fix long lines. Incorrect comment. vor 4 Jahren
include beb36b7c7f gpsd/net_dgpsip.c: fix socket_t type nit from codacy. vor 4 Jahren
libgps f38dd3b270 libgps/netlib.c: Another stab at coverity fix. vor 4 Jahren
man e68d01fa30 man/gpsd.xml: Be explicit that altitude is MSL. vor 4 Jahren
packaging 2f31066e60 srecord.c: UNused, remove. vor 4 Jahren
systemd eed6819dbb systemd/*: Use @SBINDIR@. vor 4 Jahren
test 3df1a7af6f gpsd_json.c: If no time, do not output ept. vor 4 Jahren
tests cb1f4d388d SCons*: "scons zip" and "scons dist" work, with caveats. vor 4 Jahren
www c0adc0c661 www/main.css: A few more style tweaks for codacy. vor 4 Jahren
.gitignore c14c054e66 contrib/gpsd-dbus.c: New program to read gpsd d-bus. vor 4 Jahren
.gitlab-ci.yml 2248a4c291 .gitlab-ci.yml: GitLab sparc64 image broken, allow to fail. vor 4 Jahren
.travis.yml 0c47b03d1c Fix typos vor 4 Jahren
.vimrc 46e08df3aa .vimrc: Standardize vim settings. Expand tabs. vor 6 Jahren
AUTHORS 63e79d693d A glut of whitespace fixes. vor 10 Jahren
Android.bp 5252fbd5cb Remove revision.h. Totally. vor 5 Jahren
COPYING 0e40daf5e7 COPYING: Fix copyrights. vor 4 Jahren
HACKING 63e79d693d A glut of whitespace fixes. vor 10 Jahren
INSTALL.adoc 12a242a9c6 INSTALL.adoc: fix typo vor 4 Jahren
NEWS 43dc3d2f49 SConstruct: Move gpsd.c, and freinds, into gpsd/ vor 4 Jahren
Qgpsmm.pc.in a8f467538f Uppercase substituter tokens in SConstruct, etc. vor 5 Jahren
README.adoc f8284af8f5 Bodge asciidoc handling vor 5 Jahren
SConscript 705137640c SConscript: Test for scan-build before using it in audit. vor 4 Jahren
SConstruct ffb44f00fe SCons*: do not fail build if can't make html from xml. vor 4 Jahren
SUPPORT.adoc 04183c3769 SUPPORT.adoc: Move to root so it can go in the tarball. vor 4 Jahren
TODO 814e9890ac Cleanup references to the flock farm vor 4 Jahren
build.adoc 55e077689c ais_json.i, jsongen.py: Move into libgps/ vor 4 Jahren
control.in 3970eb4cf5 Add @GENERATED@ template variable. And use it in generated files. vor 5 Jahren
example_aiogps.py d839587349 example_aiogps.py: Docstring fixes for codacy. vor 4 Jahren
example_aiogps_run 8d368281e8 example_aiogps_run: Fix copyright. vor 5 Jahren
gpscap.ini e9ac4c848d www: Update gpscap.ini for hardware page. vor 4 Jahren
gpscap.py.in c0a47828da gpscap.py.in: Minor Codacy docstring tweaks. vor 4 Jahren
gpsctl.c 018180595a gpsctl.c: Fix type nit found by codacy. vor 4 Jahren
gpsd.hotplug dfba245d1f g[psd.hotplug: Fix copyright, remove tabs. vor 4 Jahren
gpsd.rules.in 0d87c0edaf gpsd.rules.in: add hotplug rule for u-blox 9 vor 4 Jahren
gpsd.usermap 00757c57ce gpsd.usermap: Fix copyright. vor 4 Jahren
gpsfake.py.in 64e71c6256 gpsfake.py.in: Codacy docstring tweaks. vor 4 Jahren
gpsinit 899c543796 Remove bash-isms that snuck in. vor 4 Jahren
libQgpsmm.prl.in 824cff24e6 Refactor snomae version building and create QT .pc/.prl files. vor 13 Jahren
libgps.pc.in a8f467538f Uppercase substituter tokens in SConstruct, etc. vor 5 Jahren
maintainers.adoc e706078975 maintainers: Adjust my email address, add pkgsrc vor 4 Jahren
maskaudit.py 1942601dac maskaudit.py: codacy docstring tweaks. vor 4 Jahren
pylintrc b5eee43ca4 pylintrc: Fix copyright. vor 4 Jahren
regress-driver 0c47b03d1c Fix typos vor 4 Jahren
valgrind-audit.py f7a43362f7 valgrind-audit.py: Add missing docstring. vor 4 Jahren
valgrind-suppressions df34a3add8 gpsd-report() -> gpsd_log() vor 10 Jahren

README.adoc

gpsd README file
----------------

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 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 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 Miller wrote the subframe support.