summaryrefslogtreecommitdiff
path: root/gpscat
Commit message (Expand)AuthorAgeFilesLines
* gpscat: Fix for Python without curses package.Fred Wright2019-03-181-3/+5
* gpscat: Add test for PYTHONPATHGary E. Miller2018-11-161-2/+9
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-191-1/+1
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-191-1/+1
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-021-1/+1
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-021-1/+1
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-011-1/+1
* gpscat: pylint cleanupsGary E. Miller2018-09-211-5/+7
* gpsfake, gpsfake, gpsprof: pep8 tweaks.Gary E. Miller2018-09-211-4/+5
* gpscat: Tweak getopt(), add -V option.Gary E. Miller2018-09-211-8/+20
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Fixes gpscat raw-mode file-input termination.Fred Wright2017-07-201-4/+3
* Fixes some pylint issues.Fred Wright2017-07-141-2/+4
* gpscat: pep8 fixesGary E. Miller2017-07-011-2/+2
* gpscat: pep8 fixesGary E. Miller2017-07-011-9/+18
* Fixes gpscat to avoid the possibly missing select.poll().Fred Wright2016-12-261-5/+2
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-101-1/+1
* Fixes gpscat and test_maidenhead.py for Python 3.Fred Wright2016-04-091-8/+11
* Bump NMEA_MAX up to 102. Skytraq needs 100.Gary E. Miller2016-03-281-1/+2
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-271-1/+1
* Forward-port Python utilities to run polyglot under either Python 2 or 3.Eric S. Raymond2016-03-221-7/+9
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-091-0/+3
* Change Python hashbang lines to invoke 'python2'Eric S. Raymond2015-07-191-1/+1
* gpscat: pylint cleanup. Works in live testing.Eric S. Raymond2015-02-221-2/+2
* More splint and pylint cleanups.Eric S. Raymond2013-11-151-5/+5
* Include a stream counter in the gpscat -t output.Eric S. Raymond2011-03-011-1/+1
* Have the Python packet-module interface export the character counter.Eric S. Raymond2011-03-011-1/+1
* Update gpscat usage text.Miroslav Lichvar2010-09-151-1/+1
* Don't crash in gpscat when started without arguments.Miroslav Lichvar2010-09-151-1/+8
* Merge experimental BluZ support. Code is not yet enabled or tested.Eric S. Raymond2010-06-181-2/+8
* Remove code to terminate gpscat on bad packet.Eric S. Raymond2010-05-081-7/+1
* 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