summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* For numpy, use longdouble rather than float128Sanjeev Gupta2019-02-051-2/+2
| | | | | | | | | | | | On 32-bit machines, float128 may not be defined. Additionally, there is no guarantee that float96 or float128, etc, will be defined or available on _any_ architecture. The float128 and float96 exports are, at best, 80-bit represenations with 48 and 16 bits of padding. longdouble is portable. Signed-off-by: Gary E. Miller <gem@rellim.com>
* gpssnmp: UPdate for new gps_read() call.Gary E. Miller2019-02-041-1/+1
|
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-1914-15/+39
|
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-193-3/+3
|
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-192-2/+2
|
* skyview2svg: Change version, add SPDX-License-IdentifierGary E. Miller2018-10-191-1/+2
|
* skyview2svg: Fixup for PEP8.Gary E. Miller2018-10-161-41/+100
|
* Skyview2svg: Add a program to create an svg image of the skyview.Niccolo Rigacci2018-10-162-0/+310
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-022-2/+2
|
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-022-2/+2
|
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-012-2/+2
| | | | A tilda, not a dash.
* gpssnmp: Fix cppcheck scoping nit.Gary E. Miller2018-09-251-1/+1
|
* ubxtool/zerk: install these two programs by default.Gary E. Miller2018-09-242-4273/+0
|
* zerk/ubxtool: Install new man pages by default.Gary E. Miller2018-09-242-913/+0
|
* ubxtool: Add man page.Gary E. Miller2018-09-241-0/+445
|
* ubxtool: tweak usage.Gary E. Miller2018-09-241-7/+7
|
* zerk.xml: tweak the zerk manual.Gary E. Miller2018-09-241-12/+11
|
* zerk: tweak usage().Gary E. Miller2018-09-241-1/+1
|
* ntpshmvis: pylint cleanupsGary E. Miller2018-09-211-10/+18
|
* ntpshmviz: pep8 tweaksGary E. Miller2018-09-211-0/+2
|
* zerk: pep8 tweaksGary E. Miller2018-09-211-2/+4
|
* webgps.py: Add gpsd version check. Fix crash bug.Gary E. Miller2018-09-211-5/+11
|
* ubxtool: change verion to gps_versionGary E. Miller2018-09-211-1/+1
|
* zerk: change Verion to gps_version.Gary E. Miller2018-09-211-1/+1
|
* ntpshmviz: Change version to gps_version.Gary E. Miller2018-09-211-4/+5
|
* add gps module version check to Python programsGary E. Miller2018-09-212-0/+12
|
* ubxtool: clean up UBX-TIM- tableGary E. Miller2018-09-191-4/+4
|
* ubxtool: clean up UBX-RXM- tableGary E. Miller2018-09-191-15/+8
|
* ubxtool: clean up UBX-NAV- table.Gary E. Miller2018-09-191-11/+8
|
* ubxtool: add more UBX-INF- names, but no decodesGary E. Miller2018-09-191-1/+11
|
* ubxtool: Improve UBX-MON-VER, remove fixme.Gary E. Miller2018-09-191-3/+2
|
* ubxtool: add more UBX-CFG- names, but no decodes yet.Gary E. Miller2018-09-191-2/+24
|
* ubxtool: better decode of UBX-CFG-PMSGary E. Miller2018-09-191-2/+13
|
* ubxtool: typoGary E. Miller2018-09-191-1/+1
|
* ubxtool: add get/set UBX-CFG-PMSGary E. Miller2018-09-191-2/+37
|
* ubxtool: oops, closed the serial port too soon.Gary E. Miller2018-09-191-1/+1
|
* zerk: add a man page for zerk.Gary E. Miller2018-09-181-0/+469
|
* zerk: a CLI tool to configure and decode GREIS GPS.Gary E. Miller2018-09-171-0/+1888
| | | | | | Can decode raw GREIS messages from a file, serial port , or gpsd. Can configure a GREIS GPS conencted to serial port or gpsd.
* ubxtool: a CLI tool to configure and decode u-blox.Gary E. Miller2018-09-171-0/+2304
| | | | | | Can decode raw u-blox messages from a file, serial port , or gpsd. Can configure a u-blox conencted to serial port or gpsd.
* contrib/SConstruct: fix build recipes.Gary E. Miller2018-08-081-5/+3
| | | | strl.c is gone. Build clock_test by default.
* webgps.py: pep8 cleanup.Gary E. Miller2018-07-261-0/+1
| | | | Note the program pep8 is now called pycodestyle
* gpsData.py: pep8 cleanup.Gary E. Miller2018-07-261-0/+1
| | | | Note, the pep8 program now called pycodestyle.
* contrib/webgps: isnan() -> isfinite()Gary E. Miller2018-07-141-6/+6
| | | | Thanks to Virgin Orbit for their support on this patch.
* ntpshmviz: Fix for PEP8Gary E. Miller2018-06-201-1/+3
|
* webgps.py: fix for PEP8Gary E. Miller2018-06-201-21/+39
|
* gpsData.py: Fix for PEP8Gary E. Miller2018-06-201-45/+51
|
* ntpshmviz: Fix for PEP8Gary E. Miller2018-06-201-22/+33
|
* gpssnmp: a simple program to poll gpsd for a few SNMP OID variables.David J Taylor2018-06-162-0/+92
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* clock_test: better integrate into git and scons.Gary E. Miller2018-06-131-0/+1
| | | | | | Have git ignore the built binary. Allow scons to build, and clean, clock_test
* Add clock_test in contrib.Gary E. Miller2018-01-252-0/+113
| | | | clock_test checks the latency of the clock_gettime() system call.