summaryrefslogtreecommitdiff
path: root/gps.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-0/+3
* Don't use colons in B command.Eric S. Raymond2005-02-141-1/+3
* Baud rate querying is now done through B.Eric S. Raymond2005-02-131-1/+4
* Integrate gpsfake.Eric S. Raymond2005-02-131-0/+5
* Pull the SiRF control stuff into the gps class library.Eric S. Raymond2005-02-121-1/+53
* Compensate for stop bits.Eric S. Raymond2005-02-101-1/+2
* We can now get the baud rate.Eric S. Raymond2005-02-091-1/+3
* Add name field to profiling data.Eric S. Raymond2005-02-091-4/+8
* Fix various bugs in gpsprobe.Eric S. Raymond2005-02-091-4/+5
* Fixed that bothersome arithmetic error.Eric S. Raymond2005-02-091-6/+8
* We get good profiling data for two steps now.Eric S. Raymond2005-02-091-2/+3
* gps.isotime() can now do timezone corrections.Eric S. Raymond2005-02-091-0/+28
* Ready to build an actual profiler.Eric S. Raymond2005-02-081-5/+6
* Implemented Z command (not yet documented) for profiling.Eric S. Raymond2005-02-081-0/+7
* Typo fix,Eric S. Raymond2005-01-161-1/+1
* Back out the reconnect patch.Eric S. Raymond2005-01-161-29/+9
* Integrate support for automatic reconnect on connection drop.Eric S. Raymond2005-01-151-9/+29
* Satellites_used is int, not list.Eric S. Raymond2005-01-111-3/+2
* Fix from Petter Reinhold.Eric S. Raymond2004-12-281-2/+2
* Fix gps.py buffering.Eric S. Raymond2004-12-271-2/+9
* Typo fix.Eric S. Raymond2004-12-241-1/+1
* Add a verbosity flag.Eric S. Raymond2004-12-241-3/+6
* Debian bug 286955 fixed.Eric S. Raymond2004-12-231-1/+1
* Make conversion constants visible.Eric S. Raymond2004-09-241-0/+6
* Add soome instrumentation to catch mtch domain errors.Eric S. Raymond2004-09-131-1/+1
* Fixes stimulated by the arrival of the Haicom HI 240-S.Eric S. Raymond2004-09-131-2/+6
* Added MeterOffset().Eric S. Raymond2004-09-101-0/+7
* Fixed the math problem in gpsprobe.Eric S. Raymond2004-09-081-0/+45
* Minor typo fixes.Eric S. Raymond2004-08-311-1/+1
* Symplify the Python interface.Eric S. Raymond2004-08-291-5/+1
* Clean up the exerciser a little.Eric S. Raymond2004-08-291-5/+7
* Python interfaces are actually shipped now.Eric S. Raymond2004-08-291-6/+6
* Added Python interface to daemon.Eric S. Raymond2004-08-291-0/+275