summaryrefslogtreecommitdiff
path: root/gps
Commit message (Expand)AuthorAgeFilesLines
* Makes connect failure to dead fake.py daemon more informative.Fred Wright2017-02-191-1/+6
* Reworks local exception definitions in fake.py.Fred Wright2017-02-191-15/+11
* Reworks DaemonInstance in fake.py.Fred Wright2017-02-191-72/+80
* Updates MAXCHANNELS in gps.py to match gps.h.Fred Wright2017-01-191-1/+1
* Changes fake.py stream type to 'bytes'.Fred Wright2016-12-252-5/+15
* Adds bytes-typed alternative response to Python client.Fred Wright2016-12-241-5/+12
* Decode "device", some format cleanup.Gary E. Miller2016-09-131-19/+23
* Add missing tdop, alpha sort attributes.Gary E. Miller2016-09-131-11/+12
* gpsddata.fix.time was toggling from ISO time string to UNIX secondsGary E. Miller2016-09-121-5/+3
* Retab for Python 3, clean up some formatting.Gary E. Miller2016-09-121-50/+53
* Whoops, MeterOffset() really was used, restore it.Gary E. Miller2016-07-271-0/+12
* Rip out guts of EarthDistance() replace with Vincenty's FormulaGary E. Miller2016-07-261-35/+69
* Convert CalcRad() to use WGS 84Gary E. Miller2016-07-261-11/+17
* Move EarthDistanceSmall() into gps/misc.pyGary E. Miller2016-07-251-0/+18
* remove another UTF-8 character from a commentGary E. Miller2016-07-251-1/+1
* Remove unicode char from Python file.Gary E. Miller2016-07-251-1/+1
* Add comments on EarthDistance computations.Gary E. Miller2016-07-251-0/+6
* Update some conversion constants to higher precision.Gary E. Miller2016-07-221-9/+9
* gps.py: Don't negate flags twice!Nuno Gonçalves2016-06-141-1/+1
* Fixes gps.gps.gps iterator for Python 3.Fred Wright2016-04-161-1/+6
* Restores json_error definition accidentally removed by 94cb114.Fred Wright2016-04-141-0/+7
* Changes fake.py subclasses to use super() in __init__().Fred Wright2016-04-111-7/+7
* Fixes gps/*.py to use new-style classes.Fred Wright2016-04-113-9/+9
* Makes "future imports" and Python version comments consistent.Fred Wright2016-04-103-3/+5
* Removes redundant polystr/polybytes defs from client.py.Fred Wright2016-04-091-23/+2
* Fixes fake.py and gpsfake for Python 3.Fred Wright2016-04-092-18/+74
* Changes type checks in misc.py:isotime to use isinstance().Fred Wright2016-04-091-3/+9
* Fixes a client.py exception for Python 3.Fred Wright2016-04-091-1/+2
* Forces Python 3 import behavior in all gps/* modules.Fred Wright2016-04-095-4/+6
* Fixes fake.py 'packet' import for Python 3.Fred Wright2016-04-091-1/+1
* RTCM3 JSON can be over 4.4k long, So go big in regres driver.Gary E. Miller2016-04-071-1/+2
* Fixes client.py bug ausing RTCM3.2 regression-test failures.Fred Wright2016-04-071-0/+1
* Add "status" to TPV for DGPS notificationGary E. Miller2016-04-061-0/+1
* Fix a slightly botched Python 3 move.Eric S. Raymond2016-04-061-2/+2
* Restore language about 2.6 portability, clean up Python imports.Eric S. Raymond2016-03-274-7/+15
* Second fix for Python 3 sat display.Eric S. Raymond2016-03-271-1/+1
* Fix Python 3 compatibility.Eric S. Raymond2016-03-241-2/+2
* jsongen.py now runs polyglot under Python 2 or Python 3.Eric S. Raymond2016-03-221-1/+0
* Clear out a remnant of the old pre-JSON protocol in the Python code.Eric S. Raymond2016-03-221-78/+0
* pylint cleanup.Eric S. Raymond2016-03-221-4/+4
* gpsfake now runs polyglot under Python 2 or 3.Eric S. Raymond2016-03-221-2/+17
* Forward-port gps/ Python client code to run polyglot under Python 2 or 3.Eric S. Raymond2016-03-225-29/+37
* Makes gpsfake -T take -S into account.Fred Wright2016-03-031-8/+13
* Eliminates spurious gpsd errors with gpsfake in TCP mode.Fred Wright2016-02-291-1/+6
* Makes fake.py's TCP and UDP port assignments parallel-compatible.Fred Wright2016-02-291-15/+22
* [pep8] cleanup in gps/gps.py and misc.pyJon Schlueter2016-02-092-30/+35
* [pep8] cleanup of gps/fake.py for readablityJon Schlueter2016-02-091-20/+19
* [pep8] autopep8 whitespace cleanupJon Schlueter2016-02-094-10/+67
* Correct buggy detection of SBAS satellites in the Python client code.Eric S. Raymond2015-04-071-0/+4
* pep8 whitespace and is not None cleanup in gps/client.pyJon Schlueter2015-03-131-20/+31