summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Added comments and removed debugs. Signed-off-by: Gary E. Miller <gem@rellim.com>
* skyview.php now worksSanjeev Gupta2015-03-262-10/+5
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* Update skyview.php to work with modern GPSDSanjeev Gupta2015-03-262-10/+65
| | | | | | The original program was by Chris Kuethe <chris.kuethe@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
* Updating documentation in contrib/Sanjeev Gupta2015-03-251-6/+6
| | | | | | Built and tested ppscheck. Signed-off-by: Gary E. Miller <gem@rellim.com>
* Updating documentation in contrib/Sanjeev Gupta2015-03-251-6/+9
| | | | | | Tested that webgps.py works, and updated README Signed-off-by: Gary E. Miller <gem@rellim.com>
* Updating documentation in contrib/Sanjeev Gupta2015-03-251-5/+8
| | | | | | maxstats.pl no longer works, since GPSD NG (2.90) Signed-off-by: Gary E. Miller <gem@rellim.com>
* Updating documentation of contrib/Sanjeev Gupta2015-03-251-8/+14
| | | | | | skyview.php no longer works, since GPSD NG, (2.90) Signed-off-by: Gary E. Miller <gem@rellim.com>
* Revert "Removed contrib/skyview.php amd contrib/maxsats.pl, they used the ↵Gary E. Miller2015-03-253-1/+318
| | | | | | | | old protocol." This reverts commit 0dac112485e7a7117bd9ac735625f20e10750e79. Sanjeev Gupta wants a chance to fix the old programs.
* 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
| | | | All regressiion tests pass.
* 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
| | | | | | | | | | | | New features: 1. Exaggerate vertical scale so we can actually see features. 2. Exit button - WM might be a tiler like i3. 3. Program dynamically handles any number of NTP units. Plotting sometime fails due to divide-by-zero, however.
* 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
| | | | Also drift -> offset. And add a to-do list.
* 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
|
* webgps.py: simplify command line handlingBeat Bolli2013-10-221-7/+4
|
* webgps.py: move the track drawing into class TrackBeat Bolli2013-10-221-8/+6
|
* webgps.py: fix errors when period is NoneBeat Bolli2013-10-221-5/+8
|
* webgps.py: set self.needsupdate correctlyBeat Bolli2013-10-221-3/+3
|
* webgps.py: fix import error when running directly from contrib/Beat Bolli2013-10-221-1/+5
|
* Remove unused rate parameter.Eric S. Raymond2013-09-171-30/+6
|
* New version of cppcheck requires more suppressions.Eric S. Raymond2012-05-162-3/+5
|
* Move to new build system.Eric S. Raymond2011-07-054-33/+17
|
* Portavility cleanup for contrib code.Eric S. Raymond2011-07-053-4/+3
|
* webgps.py: use the HTML5 <canvas> instead of SVGBeat Bolli2011-03-062-140/+199
| | | | | | This also cleans up the TABs in the Python source. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* More deheader testing. All regressions pass, codebase splints clean.Eric S. Raymond2011-01-131-1/+1
|
* Warning cleanups.Eric S. Raymond2011-01-134-8/+10
|
* Add a Python port of Jason Hecker's webgps.pyBeat Bolli2011-01-051-0/+275
| | | | | | | This client draws a sky view of the satellites and their tracks using HTML and SVG. It needs to run continuously in order to build a history and generate the satellite tracks. Your browser must be able to handle SVG to get the skymap display working properly.
* Move gpsd-debian-regressions.sh to devtools.Bernd Zeimetz2010-08-312-24/+0
|
* Add script to print Debian buildd regression test failures.Bernd Zeimetz2010-08-312-0/+24
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-133-3/+2
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-115-2/+17
|
* Move some declarations from jsongen.py to jsongen.py.in, where they need to be.Eric S. Raymond2010-03-081-4/+4
|
* pacify cppcheckChris Kuethe2010-02-271-0/+3
|
* Integrated cppcheck testing, and fixed some minor bugs found by it.Eric S. Raymond2010-02-161-1/+1
|
* accept and parse lines without a timestampChris Kuethe2009-11-111-1/+1
|
* Reorganize, moving a rarely-used/semi-obsolescent stuff into subdirectories.Eric S. Raymond2009-09-041-5/+1
|
* Moving and updating Debian's etc_init.d_gpsd.Bernd Zeimetz2009-03-111-71/+0
|
* New packaging/ directory.Eric S. Raymond2009-03-092-93/+0
|
* Add RPM-compatible init script from Michael R. Davis.Eric S. Raymond2009-03-091-0/+88
|