summaryrefslogtreecommitdiff
path: root/gps.py
Commit message (Expand)AuthorAgeFilesLines
* Python library has to know abot the new Y format.Eric S. Raymond2005-04-011-0/+1
* Cycle timing moved into gpsprof.Eric S. Raymond2005-03-301-0/+5
* Everything except splitplot works now.Eric S. Raymond2005-03-291-26/+47
* Add a sentence_time member...Eric S. Raymond2005-03-261-50/+59
* Refactor profiling so that profile statistics are their own class.Eric S. Raymond2005-03-251-25/+34
* Typo fix.Eric S. Raymond2005-03-251-1/+1
* Raw-mode profiling now works on SiRF. Only split mode is still broken.Eric S. Raymond2005-03-241-10/+9
* gps.py can parse O responses now. gpsprof works again.Eric S. Raymond2005-03-241-18/+65
* Second step in library refactoring.Eric S. Raymond2005-03-221-128/+70
* Oops. Set the correct default port.Eric S. Raymond2005-03-031-1/+3
* Support for Garmin PGMRE sentence. Next step is to compute this from Eric S. Raymond2005-02-261-0/+11
* Spatial scattegram plotting moves from gpsprobe to gpsprof.Eric S. Raymond2005-02-241-0/+2
* Make gpsprobe work again (gpsd.py was broken).Eric S. Raymond2005-02-231-11/+9
* Implemented the I command.Eric S. Raymond2005-02-231-0/+4
* gpsd.py now hunts baud rates (logic moved out of gpsprobe).Eric S. Raymond2005-02-231-0/+2
* Move SiRF binary class from gps.py to gpsd.py.Eric S. Raymond2005-02-221-57/+0
* Measure RS232 transmission time rather than deducing it.Eric S. Raymond2005-02-171-1/+2
* All three plot formats are working again.Eric S. Raymond2005-02-161-1/+0
* Still producing negative E1+T1, but the client code looks better.Eric S. Raymond2005-02-161-9/+2
* Fixes to time conversion.Eric S. Raymond2005-02-161-6/+5
* Finally have a correct normalizer for ISO 8661 times.Eric S. Raymond2005-02-161-3/+9
* Profiling still isn't quite right.Eric S. Raymond2005-02-161-11/+14
* Another step towards good plots.Eric S. Raymond2005-02-161-3/+3
* These numbers look more reasonable, but it looks like the TCP/IPEric S. Raymond2005-02-161-20/+20
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-8/+23
* 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