summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 19200 is also a valid speedChris Kuethe2009-01-241-1/+2
|
* Cleaned up gpsdlcdd.c a bit and moved it into the "real" code tree.Jeff Francis2009-01-211-588/+0
| | | | | May still need a little cleaning up, but it's functional and builds cleanly.
* Delete the specialized Garmin tweak utilities.Eric S. Raymond2009-01-213-40/+1
| | | | | | | gpsctl should now do everything these do, and if it does not the right thing is to fix gpsctl and the driver layer beneath it rather than proliferating one-off tools that have to be maintained separately from the driver layer.
* sirfctl goes away.Eric S. Raymond2009-01-213-317/+9
| | | | | Now that gpsctl does the low-level reset thing by spamming at all baud rates, sirfctl is redundant.
* Remove productions and targets no longer used.Eric S. Raymond2009-01-211-8/+1
|
* nmeasend and ubxsend are no more.Eric S. Raymond2009-01-211-7/+0
|
* Teach gpsctl to ship control strings to a UBX device, and eliminate ubxsend.Eric S. Raymond2009-01-211-221/+0
|
* Redundant with the new -c option of gpsctl.Eric S. Raymond2009-01-091-110/+0
|
* make this compile on (at least debian) linux. from bzedChris Kuethe2008-12-311-2/+9
|
* add a simple makefile for some of these tools. Chris Kuethe2008-12-291-0/+41
| | | | | no "make install", but it's easier than having to remember which programs need to be linked with which system library
* garreset: for un-shooting your gps18 in the foot. ;)Chris Kuethe2008-12-292-0/+37
|
* add and document lla2ecefChris Kuethe2008-12-292-0/+105
|
* Allow communication as slow as 1200bps. Chris Kuethe2008-06-101-0/+2
| | | | | | Handy when you screw up and set your GPS18 to 1200bps by sending a mangled control string. Hypothetically, of course. That never happens to me....
* I've been meaning to add this for a year or two...Jeff Francis2008-02-262-0/+592
| | | | ...never got 'round to it until now.
* add motosend - a tool for thwacking at motorola-type receiversChris Kuethe2008-02-232-0/+213
|
* Add a little maximum satellite visibility analyzerChris Kuethe2008-02-132-0/+47
|
* stop slurping the whole file into a buffer in memory; Chris Kuethe2008-02-101-4/+5
| | | | | just pull in a line at a time. also, change the colour scheme a bit so unusably weak sectors are set to a dark gray.
* Clamp satellite positions here too.Chris Kuethe2008-02-101-1/+2
|
* mention ashctl and ubxsendChris Kuethe2007-12-231-0/+4
|