summaryrefslogtreecommitdiff
path: root/gps.py
Commit message (Expand)AuthorAgeFilesLines
* Put Python extension modules under "gps.".Eric S. Raymond2009-12-151-692/+0
* More instrumentation in gps.py.Eric S. Raymond2009-12-151-2/+14
* Fix erroneous handling of satellite-used flags in test clients.Eric S. Raymond2009-12-151-1/+1
* First hack at supporting unit conversions in xgps2.Eric S. Raymond2009-12-141-4/+8
* Keep gps.py from accumulating satellites forever...Eric S. Raymond2009-12-121-0/+1
* Better Python code for handling async writes.Eric S. Raymond2009-12-101-8/+14
* Give up on interpreting Sager RTCM2 dump format in the Python poll() method. Eric S. Raymond2009-12-101-7/+0
* Dead code removal.Eric S. Raymond2009-12-101-3/+0
* Refactor the Python poll() meethod. Eric S. Raymond2009-12-101-10/+9
* Document the new async-read behavior.Eric S. Raymond2009-12-091-0/+1
* Minor bug fixes for Python client binding.Eric S. Raymond2009-12-071-4/+7
* Introduce new argunent WATCH_DEVICE to the stream-option-control entry point... Eric S. Raymond2009-12-061-10/+13
* Introduce ENABLE_RARE flag for gps_STREAM(); gpspipe() will need it.Eric S. Raymond2009-12-031-5/+10
* Fix gps.py so it will try to import simplejson if importing json fails.Eric S. Raymond2009-12-031-1/+6
* Rip out the buggy sockfile usage in gps.py... Eric S. Raymond2009-12-031-24/+21
* Fix a trivial bug in the gps_stream()/gps.stream() entry point.Eric S. Raymond2009-12-031-1/+1
* gpspipe exposed an orthogonality failure.Eric S. Raymond2009-12-031-22/+34
* Last change to this (trying to asvoid parsing $ lines) hung regression tests.Eric S. Raymond2009-11-261-1/+1
* Prevent Python clientlib from fruitlessly trying to evaluate lines of raw data.Eric S. Raymond2009-11-211-1/+1
* 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