summaryrefslogtreecommitdiff
path: root/gps.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* gps.by: Simplify response parsingBernd Zeimetz2009-05-261-21/+21
* gps.py: Reindent with 4 spaces per levelBernd Zeimetz2009-05-261-166/+168
* Major and minor API revision numbers need to be returned by L command.Eric S. Raymond2009-02-121-0/+3
* Make the RTCM2 dump format self-describing with a trailing sentinel line.Eric S. Raymond2009-01-121-0/+6
* Fix the gpsfake hang under 2.5. Eric S. Raymond2009-01-121-156/+151
* gsfake hang problem is solved.Eric S. Raymond2009-01-101-2/+7
* Making gpsfake compatible to python2.5 again.Bernd Zeimetz2009-01-091-5/+2
* Add Rad2Deg to gps.py.Eric S. Raymond2009-01-071-0/+4
* Fixing last commit - one part was idented too much.Bernd Zeimetz2009-01-051-8/+8
* More Python indentation fixes.Bernd Zeimetz2009-01-051-95/+95
* Occasionally I need a reminder that Python is not LISP.Eric S. Raymond2009-01-051-3/+3
* Temporarily give up on computing UTC time from the O timestamp in Python.Eric S. Raymond2009-01-051-1/+2
* Fix brown-paper-bag bug in time parsing.Eric S. Raymond2009-01-051-1/+2
* Clean up time field handling...Eric S. Raymond2009-01-051-4/+5
* Ensure gps.py sets the valid field correctly.Eric S. Raymond2009-01-051-6/+6
* Use the method for testing for IEEE754 nan...Eric S. Raymond2009-01-041-13/+2
* Fixing more whitespace indentation bugs.Bernd Zeimetz2008-12-311-270/+270
* Sanity-check the Python modules with pychecker.Eric S. Raymond2007-12-141-15/+15
* Address Berlios bug #12006, applying patch #2174.Eric S. Raymond2007-12-121-4/+4
* Delete the subclass _repr_ method, otherwise fix data won't print.Eric S. Raymond2007-12-121-3/+0
* Document the fact that the reason we accept oversized NMEA sentences is...Chris Kuethe2007-03-141-0/+1
* While NMEA lines shouldn't be more than 82 characters, one of my receivers...Chris Kuethe2007-03-141-1/+1
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1