summaryrefslogtreecommitdiff
path: root/zerk
Commit message (Collapse)AuthorAgeFilesLines
* zerk: PEP8 tweakGary E. Miller2019-03-291-1/+2
|
* ubxtool/zerk: Makes PySerial a "soft" dependency.Fred Wright2019-03-271-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | This allows the absence of the PySerial ('serial') module, as long as the -f option is not used. This not only avoids the PySerial dependency for informational options like -h and -V, but also allows full functionality in the "via gpsd" mode. The 'gps_io' class was taking the 'serial' module (mistakenly referred to as a class as an init argument, but wasn't making any use of that flexibility. Since fully supporting that would complicate the error message, it's simply removed instead. The zerk changes are untested, due to the lack of appropriate hardware. However, they are identical to the changes in the corresponding code in ubxtool, which is tested. The manpages are updated to mention the pyserial dependency for -f. The install of ubxtool and zerk is no longer conditional on PySerial. TESTED: Tested ubxtool with PySerial 2.7, 3.0, 3.4, and none at all, verifying that -f works with all three versions, and other modes work without. Also tested with Python 3.4-3.7 (PySerial 3.4 only).
* Fixes ubxtool and zerk in direct-serial mode.Fred Wright2018-11-171-5/+9
| | | | | | | | | | | | | | | | | | The attempted workaround for the writeTimeout->write_timeout change in serial.Serial() didn't work, since including the unexpected "alternate" keyword argument caused an error. This was observed with both V2.7 and V3.0 of pySerial, so it's not clear how this code ever worked for anyone. It now uses only the correct argument name. There are two other deprecated items, inWaiting and flushInput, but these have not yet been removed in V3.0, so those are not yet fixed (other than the comments). TESTED: Ran "ubxtool -p VER ..." against a u-Blox LEA-M8T in direct-serial mode, with pySerial both 2.7 and 3.0. Did not test zerk, due to the lack of appropriate hardware, but its changes are identical to those in ubxtool.
* zerk: Fix test for PYTHONPATHGary E. Miller2018-11-161-1/+1
|
* zerk: Python 3 fix., import gps.misc, soon to be used.Gary E. Miller2018-11-141-1/+2
|
* GREIS: A different approach to RAW.Gary E. Miller2018-11-101-9/+12
|
* zerk: Fix doppler, add comments.Gary E. Miller2018-11-101-3/+6
|
* zerk: Add '-e RAW" for raw mode. Add raw mode decodes.Gary E. Miller2018-11-101-6/+59
| | | | Added decodes for Doppler, Carrier Phase and Pseudo-range.
* 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
|
* zerk: pep8 whitespace tweaksGary E. Miller2018-10-081-5/+5
|
* 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
| | | | A tilda, not a dash.
* ubxtool/zerk: install these two programs by default.Gary E. Miller2018-09-241-0/+1896