summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update some description of driver internals.Eric S. Raymond2009-09-231-8/+10
|
* Document the TIMING response attributes properly.Eric S. Raymond2009-09-231-13/+15
|
* New protocol can now ship profiling information, like old $.Eric S. Raymond2009-09-236-9/+36
|
* Housecleaning.Eric S. Raymond2009-09-230-0/+0
|
* Fix some source citations.Eric S. Raymond2009-09-231-7/+5
|
* Update lists of known-good AIS decodings.Eric S. Raymond2009-09-232-16/+16
|
* Handle AIS Type 21 Name Extension field.Eric S. Raymond2009-09-231-3/+6
|
* Typo fix.Eric S. Raymond2009-09-231-1/+1
|
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-228-17/+139
| | | | Codebase splints clean.
* Oops - cope well if there is no satellite data.Eric S. Raymond2009-09-221-2/+3
|
* Clarify some AIS message 23 fields.Eric S. Raymond2009-09-221-9/+40
|
* Checkpoint efore considering incompatible changes.Eric S. Raymond2009-09-221-3/+4
|
* Python client code now reads skyview JSON correctly.Eric S. Raymond2009-09-221-8/+30
|
* Steps towards reading JSON skyviews.Eric S. Raymond2009-09-221-14/+16
|
* Fix slightly incorrect information on GLONASS talker IDs.Eric S. Raymond2009-09-221-4/+4
|
* Preliminary description of AIS message type 23.Eric S. Raymond2009-09-221-9/+76
|
* Python client mode now handles DEVICE responses, and a documentation fix.Eric S. Raymond2009-09-222-28/+53
|
* hdop = sqrt(xdop**2 + ydop**2); Eric S. Raymond2009-09-221-2/+2
| | | | therefore, if all we have is hdop, we should set xdop = ydop = hdop/sqrt(2).
* Python client can now read VERSION and TPV objects from JSON output;Eric S. Raymond2009-09-221-43/+125
| | | | some other response types don't work yet.
* Fix a glitch in dumping of device subtypes.Eric S. Raymond2009-09-213-6/+4
|
* Accept $GN and $GL NMEA prefixes associated with GLONASS.Eric S. Raymond2009-09-211-1/+7
|
* Separate WATCH_NMEA from WATCH_RAW in the visible API.Eric S. Raymond2009-09-215-13/+22
| | | | All regression tests pass. Codebase splints clean.
* Framework is in place for Python JSON debugging.Eric S. Raymond2009-09-211-6/+15
|
* More test-production fixes.Eric S. Raymond2009-09-211-3/+3
|
* Relativize a number of testfile creations properly.Eric S. Raymond2009-09-211-16/+16
|
* Revert a previous simplification.Eric S. Raymond2009-09-211-4/+7
| | | | | | Restore the code in the regression-test driver to check against both the test file and a version with the last line removed; OpenBSD apparently still has some kind of pty buffering issue that requires this.
* List known driver-level issues.Eric S. Raymond2009-09-211-0/+5
|
* Fix incorrect processing of multiple commands pointed out by mrd.Eric S. Raymond2009-09-211-1/+2
|
* Heads up, Chris! - Eric S. Raymond2009-09-212-8/+8
| | | | the extracted time in TPV reports on the uBlox-lea-4h looks unreasonably large
* Fix a very minor bug in Zodiac reporting.Eric S. Raymond2009-09-212-3/+1
|
* Zero some NaNs in reports, prevent duplicative reports...Eric S. Raymond2009-09-212-12/+14
| | | | | ...when multiple channels are active. Codebase splints clean, all regression tests pass
* Adapt the gps.py test code so we can easily test streaming.Eric S. Raymond2009-09-202-18/+29
|
* Remove unneeded splint markup.Eric S. Raymond2009-09-201-2/+0
|
* Splint cleanup.Eric S. Raymond2009-09-201-2/+2
|
* Ensure that the C and Python flag masks are consistent.Eric S. Raymond2009-09-203-92/+83
|
* Permissions tweak.Eric S. Raymond2009-09-201-1/+1
|
* respect the $Id$ svn keywordChris Kuethe2009-09-201-1/+1
|
* Use xdop and ydop for horizontal error estimates, not hdop.Eric S. Raymond2009-09-2031-777/+777
|
* RPM spec fixup.Eric S. Raymond2009-09-191-2/+1
|
* Integrate Chris's directory relativization for building Python extensions.Eric S. Raymond2009-09-191-4/+4
|
* Remove a todo that makes no sense since J is gone.Eric S. Raymond2009-09-191-5/+1
|
* Old-protocol dependency removed from gpsmon.c.Eric S. Raymond2009-09-192-8/+2
|
* Get rid of special command-shipping code.Eric S. Raymond2009-09-191-23/+4
|
* Use the new gps_open_r entry point.Eric S. Raymond2009-09-191-3/+2
|
* Make a re-entrance-friendly version of gps_open().Eric S. Raymond2009-09-193-10/+32
| | | | | The immediate use for this will be to simplify the code of gpsmon. All regression tests pass and xgps runs sanely. Codebase splints clean.
* Documentation improvement.Eric S. Raymond2009-09-191-2/+3
|
* Add ckuethe's most requested JSON feature: WATCH a specified single device only.Eric S. Raymond2009-09-194-11/+43
|
* Simplify the API. The second argument of gpsd_activate() was a fossil.Eric S. Raymond2009-09-186-33/+11
|
* Typo fix.Eric S. Raymond2009-09-181-1/+1
|
* Repair the superraw test.Eric S. Raymond2009-09-181-2/+2
|