summaryrefslogtreecommitdiff
path: root/gpscat
Commit message (Collapse)AuthorAgeFilesLines
* Fix a help string.Eric S. Raymond2007-12-061-1/+1
|
* Document the fact that the reason we accept oversized NMEA sentences is...Chris Kuethe2007-03-141-0/+1
| | | | ...that my TN-200 with firmware 2.3.2 generates those on occasion.
* While NMEA lines shouldn't be more than 82 characters, one of my receivers...Chris Kuethe2007-03-141-1/+1
| | | | | | ...is currenly emitting 84 character lines. The data is meaningful, the checksum is correct, I think someone just got a format string wrong. GPSD is throwing away usable data.
* Fix a packet-sniffer bug in comment processing. With this, gpscat acquires Eric S. Raymond2006-12-071-1/+10
| | | | some new capabilities.
* Another step toward a Python wrapper for packet.c.Eric S. Raymond2006-12-051-7/+19
| | | | | gpscat now has an option that tried to invoke it. All regression tests pass.
* Make gpscat able to set parity and stopbits.Eric S. Raymond2006-11-231-2/+23
|
* Added gpscat to the distribution toolset.Eric S. Raymond2006-11-161-0/+68