Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Document that the command parser is indifferent to the order of JSON attributes. | Eric S. Raymond | 2011-03-16 | 1 | -1/+3 | |
| | ||||||
* | Add examples to documentation. | Eric S. Raymond | 2011-03-15 | 1 | -0/+64 | |
| | ||||||
* | Documentation update. | Eric S. Raymond | 2011-03-15 | 1 | -14/+14 | |
| | ||||||
* | Dump contents of of RTCM2.3 type 31 as a JSON object rather than hex words. | Eric S. Raymond | 2011-03-15 | 1 | -26/+95 | |
| | | | | | | | | | Fix required in order to check the RTCM2 driver logic against the ASCII dump from Andre Naujoks. Remarkably, the check passes - though it appears that in his dump the constant 40 is added to all GLONASS satellite IDs. doubtless so they won't collide with GPS satellite IDs. The naujoks-ntrip.log test had to be rebuilt. All other regression tests pass. | |||||
* | rangerr -> prc, rangerate -> rrc in RTCM2 | Eric S. Raymond | 2011-03-15 | 1 | -16/+16 | |
| | | | | | I was unaware of standard terminology/abbreviations. Fixing this now, before Version 5 API freezes. | |||||
* | issuedata -> iod in RTCM2 | Eric S. Raymond | 2011-03-15 | 1 | -1/+1 | |
| | | | | | I was unaware of standard terminology/abbreviations. Fixing this now, before Version 5 API freezes. | |||||
* | spellchecking and catching all of the same spelling mistakes in other files | Jon Schlueter | 2011-03-05 | 1 | -22/+22 | |
| | | | | gpsd.xml gone through | |||||
* | whitespace cleanup in gpsd.xml | Jon Schlueter | 2011-03-05 | 1 | -52/+52 | |
| | ||||||
* | Documentation tweaks. | Eric S. Raymond | 2011-03-02 | 1 | -4/+3 | |
| | ||||||
* | Typo fix. | Eric S. Raymond | 2011-02-28 | 1 | -1/+1 | |
| | ||||||
* | Implement and document RTCM 2.3 message type 13. | Eric S. Raymond | 2011-02-28 | 1 | -12/+58 | |
| | ||||||
* | Implement and document RTCM2.3 message type 14. All regression tests pass. | Eric S. Raymond | 2011-02-28 | 1 | -6/+52 | |
| | ||||||
* | More about the rollover problem. | Eric S. Raymond | 2011-02-28 | 1 | -12/+16 | |
| | ||||||
* | Documentation editing. | Eric S. Raymond | 2011-02-23 | 1 | -1/+2 | |
| | ||||||
* | Documentation update. | Eric S. Raymond | 2011-02-23 | 1 | -6/+42 | |
| | ||||||
* | Fold the rtcm-104(5) manual page into the gpsd(8), now that it's JSON-only. | Eric S. Raymond | 2011-02-23 | 1 | -5/+576 | |
| | | | | No code changes. All regression tests pass. | |||||
* | Document Subframe data in the gpsd man page. | Gary E. Miller | 2011-02-19 | 1 | -2/+31 | |
| | ||||||
* | Spelling mistake fix. | Bernd Zeimetz | 2011-02-19 | 1 | -1/+1 | |
| | ||||||
* | Bug fix: AIS JSON objects get a device field. | Eric S. Raymond | 2011-02-16 | 1 | -1/+2 | |
| | | | | All regression tests pass. | |||||
* | More name changes related to GST. | Eric S. Raymond | 2011-02-01 | 1 | -13/+13 | |
| | | | | All regression tests pass. | |||||
* | Change Noise sentence to use ISO8601 timestamp. | Eric S. Raymond | 2011-02-01 | 1 | -6/+6 | |
| | ||||||
* | Process GPGST into noise statistics. All regression tests pass. | Thomas Sprinkmeier | 2011-02-01 | 1 | -1/+110 | |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | |||||
* | Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601. | Eric S. Raymond | 2011-01-29 | 1 | -7/+9 | |
| | | | | | | | | Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this). | |||||
* | History update. | Eric S. Raymond | 2011-01-20 | 1 | -2/+3 | |
| | ||||||
* | More documentation of our assumptions about time sources. | Eric S. Raymond | 2011-01-20 | 1 | -27/+25 | |
| | ||||||
* | Cope with week counter rollovers while gpsd is running. | Eric S. Raymond | 2011-01-17 | 1 | -4/+7 | |
| | ||||||
* | Followup top Paul Fertser's device-hook patch. | Eric S. Raymond | 2011-01-11 | 1 | -2/+4 | |
| | | | | | Arrange for the deactivate hook to be called when a device is not recognized. Add a disclaimer to the docs. | |||||
* | Add device activation/deactivation hook | Paul Fertser | 2011-01-11 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | This adds possibility for a system integrator to define custom hooks that are executed on device activation and deactivation. Since there's no standard way to control power consumption of different gps devices out there, the designers of embedded appliances usually provide a system-specific way to do power management of a GPS module. This might be e.g. a power_on sysfs node. This patch adds an opportunity for a system integrator to transparently enable power for device as soon as any client starts requesting data from it and to disable power on deactivation (which normally happens 60 seconds after the last client who needed it disconnected). Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | |||||
* | Use the system clock to get the current stury if its value is positive large. | Eric S. Raymond | 2010-12-19 | 1 | -6/+17 | |
| | | | | All regression tests pass. | |||||
* | Document super-raw mode. | Eric S. Raymond | 2010-12-17 | 1 | -1/+4 | |
| | ||||||
* | Documentation update ansd typo fix. | Eric S. Raymond | 2010-12-17 | 1 | -0/+6 | |
| | ||||||
* | Add a caveat about power management. | Eric S. Raymond | 2010-10-18 | 1 | -2/+3 | |
| | ||||||
* | More qualifications about the (possibly mythical) powerdown-on-close behavior. | Eric S. Raymond | 2010-10-13 | 1 | -4/+6 | |
| | ||||||
* | cleanup patch | Jon Schlueter | 2010-05-26 | 1 | -1/+1 | |
| | | | | | | | 1) use LOG_INF macro rather than "2" in gpsd_report. 2) Documentation fix (AIS). submitted by: Nirgal | |||||
* | Reading from udp:// listening addresses works. All regression tests pass. | Eric S. Raymond | 2010-04-29 | 1 | -0/+10 | |
| | ||||||
* | ais::// sources become tcp:// sources. | Eric S. Raymond | 2010-04-25 | 1 | -5/+9 | |
| | ||||||
* | Typo fixes and minor improvements, | Eric S. Raymond | 2010-04-16 | 1 | -19/+26 | |
| | ||||||
* | Fossil fix. | Eric S. Raymond | 2010-04-16 | 1 | -1/+1 | |
| | ||||||
* | Typo fix. | Eric S. Raymond | 2010-04-11 | 1 | -1/+1 | |
| | ||||||
* | Improve and dicument the JSON report for digital compasses. | Eric S. Raymond | 2010-04-11 | 1 | -3/+244 | |
| | ||||||
* | Update for new protocol and AIS. | Eric S. Raymond | 2010-04-08 | 1 | -23/+28 | |
| | ||||||
* | ?POLL is no longer experimental. | Eric S. Raymond | 2010-04-05 | 1 | -12/+36 | |
| | | | | Chris says it works, so fully document it. | |||||
* | Attempt to fix up the POLL response format. | Eric S. Raymond | 2010-03-30 | 1 | -1/+13 | |
| | ||||||
* | Tweak some DocBook meta headers to quiet down the build. | Eric S. Raymond | 2010-03-25 | 1 | -1/+4 | |
| | ||||||
* | Document experimental POLL command and response, bump protocol version to 3.2. | Eric S. Raymond | 2010-03-25 | 1 | -1/+64 | |
| | ||||||
* | Remove a one-word remnant of old protocol. | Eric S. Raymond | 2010-03-23 | 1 | -5/+5 | |
| | ||||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -1/+1 | |
| | ||||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -0/+4 | |
| | ||||||
* | Documentation polish. | Eric S. Raymond | 2010-03-05 | 1 | -4/+15 | |
| | ||||||
* | Fix some DTD references. | Eric S. Raymond | 2010-02-03 | 1 | -1/+1 | |
| |