summaryrefslogtreecommitdiff
path: root/gpspipe.xml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor gpspipe to use gps_stream() and gps_open().Eric S. Raymond2009-12-061-5/+6
| | | | | | | | | | | | | | So it becomes wire-protocol-independent (no longer generating its own ?WATCH command). It still reads froom the session socket, rather than doing gps_poll(), in order to avoide decode overhead. Building on this, use the new WATCH_DEVICE flag to make gpspipe honor the device part of a standard source specification, if that is present. Make -D an option for enabling client-library progress debugging. Rename the -f (output-file) option to -o.
* The -j option is no more, so gpspipe doesn't have to process or send it.Eric S. Raymond2009-12-011-3/+0
|
* Standard argument parsing for gpsmon, and related documentation fixes.Eric S. Raymond2009-02-251-0/+14
|
* Merge cgpxlogger into gpxlogger. Still needs some code merging inEric S. Raymond2009-02-251-1/+1
| | | | gpslogger.c itself to avoid duplication.
* Add options to gpspipe to run as a daemon...Jeff Francis2008-07-311-0/+17
| | | | | | ...to write output to a file (instead of stdout), and to sleep for ten seconds before attempting to connect to gpsd (useful when running from /etc/init.d/ as a daemon).
* Allow gpspipe to specify the remote device too. Chris Kuethe2007-03-241-4/+7
| | | | | Would've been handy earlier today while I was running a few receivers in parallel.
* Be nice to users who, for some reason, can't resolve "localhost". Chris Kuethe2007-01-021-1/+1
| | | | | We may need to revisit this if 'n' when we get around to supporting ipv6.
* Sync documentation with realityChris Kuethe2006-12-121-1/+1
|
* add some very fluffy eyecandy to gpspipe:Chris Kuethe2006-11-251-0/+7
| | | | | | a spinner ("twirling baton") on stderr. this might be useful if you are redirecting gpspipe output somewhere but want to see if gpspipe is doing anything.
* Typo and documentation fixes.Eric S. Raymond2006-10-311-5/+7
|
* Typo fix.Eric S. Raymond2006-10-301-1/+1
|
* Fix and document the implementation of the J switch in gpspipe.Eric S. Raymond2006-10-301-1/+4
|
* ckuethe points out that super-raw is not just SiRF binary.Gary E. Miller2006-09-251-1/+1
|
* Document super-raw mode in gpspipe.Gary E. Miller2006-09-251-0/+4
|
* Typo fix.Eric S. Raymond2006-03-131-1/+1
|
* Add at least minimal documentation for -s.Eric S. Raymond2005-09-061-0/+4
|
* Typo fix.Eric S. Raymond2005-08-191-1/+1
|
* Update gpspipe doc for the new [server[:port]] option.Gary E. Miller2005-08-191-1/+8
|
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-0/+81
Integrate gpspipe.