summaryrefslogtreecommitdiff
path: root/gpsd_json.xml
Commit message (Collapse)AuthorAgeFilesLines
* ppsbar -> pps.Eric S. Raymond2013-11-131-2/+2
| | | | All regression tests pass. PPS is live in both gpsd and gpsmon.
* Documentation and TODO updates. All regression tests pass, PPS is live.Eric S. Raymond2013-11-121-3/+5
|
* PPS events now show in gpsmon runb through the daemon.Eric S. Raymond2013-11-091-0/+8
|
* Documentation fixes.Eric S. Raymond2013-11-091-1/+1
|
* Catch the documentation up with Gary's change to PPS.Eric S. Raymond2013-10-191-6/+6
|
* Update documentation to capture the new behavior around _text attributesEric S. Raymond2013-10-011-10/+8
|
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-0/+9
| | | | All regression tests pass.
* Correct a documentation glitch noted by Bas van Duijnhoven.Eric S. Raymond2012-06-191-8/+0
|
* gpsd_json.xml: Fix typo in ATT.dip descriptionChristian Gagneraud2012-05-291-1/+1
|
* Reduce the number of warning from groff on unbreakable lines.Bernd Zeimetz2012-05-271-2/+8
|
* Fix attitude documentation.Christian Gagneraud2012-05-201-2/+3
| | | | | | | This patch was laying around in my tree, it fixes some typos in the attitude structure documentation. Signed-off-by: Christian Gagneraud <chgans@gna.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Speklling fixes from Jon Schleuter.Eric S. Raymond2012-05-101-7/+7
|
* Fix documentation following patches that fix the missing initialisations in ↵Christian Gagneraud2012-05-011-1/+1
| | | | | | | | | | | | the attitude structure A couple of patches have been send recently that initialiasize the temperature and water depth to NAN when the information is not available. This has changed the JSON output for certains devices. This patch fixes documentation and testsuites accordingly. Signed-off-by: Christian Gagneraud <chgans@gna.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* The -n switch doesn't enable POLL.Eric S. Raymond2012-04-051-2/+1
|
* Trial version of PPS drift message. Protocol minor version bumped.Eric S. Raymond2012-02-251-0/+89
| | | | All regression tests pass, code splints clean.
* Typo fixesMichael Tatarinov2011-10-261-14/+14
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Make the protocol man page visible on the website.Eric S. Raymond2011-10-031-3/+4
|
* Banish more URLs that are doomed to point at nowhere.Eric S. Raymond2011-10-011-9/+6
|
* Clean more Berlios URls off web pages and docs.Eric S. Raymond2011-10-011-3/+1
|
* Sort out some issues with PRN handling.Eric S. Raymond2011-09-181-2/+5
| | | | | | | | | Add macros for classifying PRNs into GPS, GLONASS, DGPS. Document the PRN ranges on the gps_json manual page. It turns out that U.S. GPS authorities reserve 1-64 for GPS birds, not just 1-32. So the way we map GLONASS PRNs had to change. This required a regression-test rebuild for the geostar driver.
* Bump protocol version number to 3.6 because of news "remote" attribute.Eric S. Raymond2011-07-071-3/+10
| | | | Beware: the C binding doesn't grok this attribute yet.
* Mark VERSION and WATCH with a remote attribute when passed from slaves.Eric S. Raymond2011-06-221-0/+14
|
* Support AISmessage type 27.Eric S. Raymond2011-04-151-2/+2
| | | | Also, revise the website uploader so it knows about scons.
* Split the JSON protocol dcumentation out of gpsd(8).Eric S. Raymond2011-03-281-0/+2261
Also, fully document the DBUS and shared-memory interfaces.