summaryrefslogtreecommitdiff
path: root/gpscat
Commit message (Expand)AuthorAgeFilesLines
* Use setup.py to handle the Python shebangs.Bernd Zeimetz2010-04-201-0/+132
* Substitute $PYTHON instead of assuming 'python' is python. Greg Troxel2009-12-021-129/+0
* Trying to be tricky about which things we hexdumped was a lose.Eric S. Raymond2009-11-201-8/+4
* Significant simplification of the packet-getter interface. Eric S. Raymond2009-03-271-3/+2
* On NMEA packets always insert \n, since the trailing \n gets hexdumped.Eric S. Raymond2009-03-091-2/+1
* Address tracker bug #14776 by fixing a logic error in the raw-mode dumping.Eric S. Raymond2009-02-121-3/+4
* Make gpscat robust against an initial bad packet fragment from a tty.Eric S. Raymond2009-02-051-7/+11
* Improve the packet instrumentation slightly.Eric S. Raymond2009-01-121-2/+8
* There is no more EOF_PACKET type, so fix gpscat.Eric S. Raymond2009-01-071-3/+1
* Packet state machine now recognizes RTCM3 packets correctly.Eric S. Raymond2008-07-131-2/+5
* Small functional improvement in gpscat -t.Eric S. Raymond2008-07-121-1/+1
* Fix gpscat to dump binary packets correctly. Eric S. Raymond2008-07-121-2/+2
* Add verbosity option to gpscat.Eric S. Raymond2008-07-121-1/+13
* 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
* While NMEA lines shouldn't be more than 82 characters, one of my receivers...Chris Kuethe2007-03-141-1/+1
* Fix a packet-sniffer bug in comment processing. With this, gpscat acquires Eric S. Raymond2006-12-071-1/+10
* Another step toward a Python wrapper for packet.c.Eric S. Raymond2006-12-051-7/+19
* 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