summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* ashctl is a simple test tool to configure an ashtech receiver...Chris Kuethe2007-12-231-0/+172
| | | | | ...to (not)? output raw measurements and to set up a useful set of output messages.
* stuff i noticed while working on the ashtech driverChris Kuethe2007-12-201-2/+2
|
* oops. was extracting azimuth and elevation in the wrong orderChris Kuethe2007-10-221-2/+2
|
* add a "cell" mode to the skyview plotter. Chris Kuethe2007-10-221-5/+77
| | | | | | | | | | | | | | this will plot the average signal strength in a patch of sky. also speed up the plot by storing all the signal strengths in an array which means i'll never have to store more than about 32.5k points. much better than trying to plot 86400 points (1 satellite info report per second for a day). The old "slug trail" mode is invoked as before: skyview.php log.txt picture.png The new "cell" mode is invoked by adding the "cell" keyword skyview.php log.txt picture2.png cell
* usage: binreplay [-d <device>] [-r <data_rate>] [-s <port_speed>] <file>Chris Kuethe2007-07-011-41/+108
| | | | | | some extra goo. data rate <= port speed. under certain conditions one may wish to have the device spray data as fast as the port will allow, and other times the data should be a little slower to arrive.
* an ugly little tool to send arbitrary ubx messages...Chris Kuethe2007-06-301-0/+221
| | | | | and hexdump whatever comes back. but it's better than rebooting back and forth to windows.
* got the parameters backwards. pointed out by Frank MertensChris Kuethe2007-02-031-1/+1
|
* Add a little bit of documentation for my crufty hack-job scripts.Chris Kuethe2007-01-151-0/+30
|
* sirfctl still has a use. Chris Kuethe2007-01-151-0/+303
| | | | | | several SS3 receivers i've seen in the last few weeks have become sufficiently jammed up that gpsctl has not been able to reset them, but sirfctl can. I think it's just a hardware problem.
* This script is derived from gpsd.php, and generates a plot... Chris Kuethe2007-01-151-0/+190
| | | | | | ...of satellite position and signal strength over time. May be useful if you're trying to set up a static receiver in an urban canyon. May also be useful as an example of how to toss together a quick analyzer.
* This simple utility just wraps the body of an NMEA command... Chris Kuethe2007-01-151-0/+108
| | | | | | ...in the appropriate armor and ships it out a tty. Handy for sending probe strings at a gps to see what it returns (eg. working with the data logger on the itrax chipset)
* Add a pair of simpleminded utilities for capturing and replaying data on a pty. Chris Kuethe2007-01-152-0/+170
| | | | | This is probably useful for developing new protocols or when gpsfake may be suspect.
* Debian init files from Tilman Koschnick <til@subnetz.org>.Eric S. Raymond2006-07-263-0/+78
|
* contrib Makefile is no longer useful.Eric S. Raymond2006-03-021-16/+0
|
* Perl script goes away, now that we have a straightforward logger...Chris Kuethe2005-09-281-263/+0
| | | | ...that doesn't require dbus to work.
* Move gpsdspewcurses into the main directory as cgps.Eric S. Raymond2005-08-172-347/+0
|