summaryrefslogtreecommitdiff
path: root/gps.py
Commit message (Expand)AuthorAgeFilesLines
* Comment fix.Eric S. Raymond2009-11-191-1/+1
* Comment fix.Eric S. Raymond2009-11-191-9/+11
* Beginning of workaround for OpenBSD socket problem.Eric S. Raymond2009-11-191-3/+6
* Add a protocol-transition comment.Eric S. Raymond2009-11-191-0/+1
* This patch fixes the end-of-test flakiness in the regression tests... Eric S. Raymond2009-10-011-0/+9
* Raw plotting works.Eric S. Raymond2009-09-291-0/+4
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-12/+4
* Spaceplot function of gpsprof works with new protocol.Eric S. Raymond2009-09-281-4/+17
* Uniform treatmen of VERSION response in poll() and next().Eric S. Raymond2009-09-281-1/+3
* Make sure version member is always initialized.Eric S. Raymond2009-09-281-0/+2
* More virtuous code removal.Eric S. Raymond2009-09-271-1/+15
* Fix some backwards-compatibility logic.Eric S. Raymond2009-09-271-2/+6
* Verify that we can get JSON responses through the iterator interface.Eric S. Raymond2009-09-271-9/+8
* Complete merge-forward of the iterator interface. All regression tests pass. Eric S. Raymond2009-09-261-7/+93
* Splice in the new stream method, that's backwards-compatible.Eric S. Raymond2009-09-251-16/+37
* Revert most changes to gps.py since 21 Sep.Eric S. Raymond2009-09-251-249/+105
* Virtuous code removal Old-protocol Z and $, never documented, are now gone.Eric S. Raymond2009-09-251-59/+0
* Decorate TIMING objects with client-side timing information.Eric S. Raymond2009-09-251-9/+18
* Refactoring step. All regression tests pass.Eric S. Raymond2009-09-251-10/+9
* C and Python libraries now speak both new and old protocol... Eric S. Raymond2009-09-241-22/+22
* Clean up the way the Python client code handles daemon socket closure.Eric S. Raymond2009-09-241-10/+29
* Better description of new Python API. Eric S. Raymond2009-09-241-25/+10
* Get rid of a trick macro that's not actually needed.Eric S. Raymond2009-09-241-5/+4
* Oops - cope well if there is no satellite data.Eric S. Raymond2009-09-221-2/+3
* 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
* Python client mode now handles DEVICE responses, and a documentation fix.Eric S. Raymond2009-09-221-27/+52
* Python client can now read VERSION and TPV objects from JSON output;Eric S. Raymond2009-09-221-43/+125
* Separate WATCH_NMEA from WATCH_RAW in the visible API.Eric S. Raymond2009-09-211-7/+8
* Framework is in place for Python JSON debugging.Eric S. Raymond2009-09-211-6/+15
* Adapt the gps.py test code so we can easily test streaming.Eric S. Raymond2009-09-201-17/+26
* Ensure that the C and Python flag masks are consistent.Eric S. Raymond2009-09-201-32/+32
* Banish J. Bring the status flag list up to date.Eric S. Raymond2009-09-111-18/+14
* Split up eph in the Python client.Eric S. Raymond2009-09-051-3/+5
* Introduce and document optional "enable" in ?WATCH.Eric S. Raymond2009-08-241-9/+19
* Add flags argument to gps_stream().Eric S. Raymond2009-08-221-5/+10
* Introduce gps_stream() in the client API...Eric S. Raymond2009-08-221-0/+8
* Simplify the regression-test driver a bit...Eric S. Raymond2009-08-141-1/+1
* Back out recent breakage in the Python binding that didn't work.Eric S. Raymond2009-08-141-72/+33
* Fix progress message.Eric S. Raymond2009-08-131-1/+1
* More code simplification.Eric S. Raymond2009-08-131-3/+7
* Code simplification.Eric S. Raymond2009-08-131-2/+5
* Add some constants (not yet used, but it's good to stay in sync).Eric S. Raymond2009-08-131-0/+3
* gps.py: Make poll() read all buffered data before returningBernd Zeimetz2009-05-261-33/+65
* gps.py: Unknown data is excluded before the switchBernd Zeimetz2009-05-261-36/+12
* gps.py: Improve setting the valid bits in O responsesBernd Zeimetz2009-05-261-28/+27
* gps.py: Allow host and port command line parametersBernd Zeimetz2009-05-261-1/+5
* gps.py: Fix gpsdata.__repr__()Bernd Zeimetz2009-05-261-6/+6
* gps.py: Fix C response parsingBernd Zeimetz2009-05-261-1/+1