summaryrefslogtreecommitdiff
path: root/gpsd.py
Commit message (Expand)AuthorAgeFilesLines
* 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