summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Add clock_gettime in contrib."Gary E. Miller2018-01-252-112/+0
* Add clock_gettime in contrib.Gary E. Miller2018-01-222-0/+112
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-1/+2
* ntpshmviz: change -H to traditional -h.Gary E. Miller2017-06-301-2/+2
* ntpshmviz patchKeane Wolter2016-09-271-3/+11
* Fixes contrib/gpsData.py for Python 3.Fred Wright2016-09-221-21/+26
* Excludes unknown-position sats from skyview displays.Fred Wright2016-09-221-1/+4
* Adds explicit recipe for strl "library" in contrib/Fred Wright2016-09-221-2/+5
* Adds missing includes to contrib/ programs.Fred Wright2016-09-224-1/+5
* Removes obsolete ppscheck references from contrib/SConstruct.Fred Wright2016-09-221-2/+3
* Add a nice gpsd Python client example.Gary E. Miller2016-09-121-0/+64
* bzero() is gone in POSIX 2008. Use memset()Gary E. Miller2016-08-152-4/+4
* usleep() is removed from POSIX-2008. Replace with nanosleep()Gary E. Miller2016-08-154-5/+23
* Make ppcheck a full fledged program, with man page.Gary E. Miller2016-07-282-137/+0
* Add -h and -V options, plus usage()Gary E. Miller2016-07-271-5/+34
* Too many digits in nanoSecsGary E. Miller2016-07-271-1/+1
* Add header and improve output formatting in ppscheck.cGary E. Miller2016-07-271-1/+2
* Make ntpshmviz display as an impulse plot and made it Python 3 compatible.Keane Wolter2016-07-131-114/+55
* Fixes contrib/webgps.py for Python 3.Fred Wright2016-04-163-14/+26
* Move reference ais-nmea-sample file out to contribJon Schlueter2016-01-252-0/+252901
* Stop rounding nSec timespecs to 10 uSec. Fix divide by zero.Gary E. Miller2015-05-081-5/+10
* Remove unneeded imports from webgps.pySanjeev Gupta2015-04-281-1/+1
* Remove another SPLINTGary E. Miller2015-03-301-2/+0
* Write scan-build suppressions to it runs clean.Eric S. Raymond2015-03-301-11/+13
* Rewrite of contrib/ntpshmvizKeane Wolter2015-03-301-61/+46
* Clean up code, now that it works.Sanjeev Gupta2015-03-281-26/+26
* Remove trailing whitespaceGary E. Miller2015-03-261-7/+7
* Document skyview.phpSanjeev Gupta2015-03-261-2/+17
* skyview.php now worksSanjeev Gupta2015-03-262-10/+5
* Update skyview.php to work with modern GPSDSanjeev Gupta2015-03-262-10/+65
* Updating documentation in contrib/Sanjeev Gupta2015-03-251-6/+6
* Updating documentation in contrib/Sanjeev Gupta2015-03-251-6/+9
* Updating documentation in contrib/Sanjeev Gupta2015-03-251-5/+8
* Updating documentation of contrib/Sanjeev Gupta2015-03-251-8/+14
* Revert "Removed contrib/skyview.php amd contrib/maxsats.pl, they used the old...Gary E. Miller2015-03-253-1/+318
* Minor repair to motosend.c.Eric S. Raymond2015-03-241-2/+2
* Removed contrib/skyview.php amd contrib/maxsats.pl, they used the old protocol.Eric S. Raymond2015-03-243-318/+1
* It only makes sense to look for 1PPS on DCE signals. Add an explanation.Eric S. Raymond2015-03-182-5/+9
* Add ppscheck to the contrib/ default build.Eric S. Raymond2015-03-171-1/+2
* In contrib/ppscheck, track a recent change to the thread monitor.Eric S. Raymond2015-03-171-2/+3
* Updated version of ntpshmviz.Keane Wolter2015-03-171-88/+83
* Update ntpshmviz's to-do list.Eric S. Raymond2015-03-021-1/+2
* Make ntpshmviz read data from stdin.Eric S. Raymond2015-03-021-36/+36
* First cut at NTP offset visualization utility.Keane Wolter2015-03-021-0/+178
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-052-5/+6
* Polish ppscheck.Eric S. Raymond2013-10-282-7/+24
* Add watch for DSR.Eric S. Raymond2013-10-281-1/+20
* Add contrib/ppscheck utility to test for 1PPS without a lot of code complexity.Eric S. Raymond2013-10-272-0/+69
* Fold in Beat Bolli's ntpoffset script.Eric S. Raymond2013-10-222-0/+14
* webgps.py: add documentationBeat Bolli2013-10-221-5/+34