summaryrefslogtreecommitdiff
path: root/gpsd.py
Commit message (Expand)AuthorAgeFilesLines
* Empty-field check for altitude.Eric S. Raymond2004-11-101-9/+11
* More guard code in gpsd.py.Eric S. Raymond2004-11-101-10/+23
* This version has more of the needed guard code.Eric S. Raymond2004-11-101-12/+33
* Deal with Hamish's gpsprobe bug reports.Eric S. Raymond2004-11-091-3/+8
* Make gpsprobe able to handle FV18. Remove -p option, make it anEric S. Raymond2004-10-061-6/+14
* Fixes stimulated by the arrival of the Haicom HI 240-S.Eric S. Raymond2004-09-131-1/+1
* Simplify the gpsprobe interface; write everything to stdout.Eric S. Raymond2004-09-111-1/+1
* Don't try to set tty parameters if the open fails.Eric S. Raymond2004-09-101-1/+4
* Enable SiRFII chipset detection and fix day-extraction bug.Eric S. Raymond2004-09-091-1/+1
* Minor typo fixes.Eric S. Raymond2004-08-311-3/+4
* Make gpsd.py use a file object to talk with the GPS, that wayEric S. Raymond2004-08-301-23/+15
* Fix test maun bug.Eric S. Raymond2004-08-291-1/+3
* Symplify the Python interface.Eric S. Raymond2004-08-291-1/+1
* Document the Python interface.Eric S. Raymond2004-08-291-1/+1
* First cut at Python low-level interface.Eric S. Raymond2004-08-291-0/+338