summaryrefslogtreecommitdiff
path: root/gpspipe.xml
Commit message (Collapse)AuthorAgeFilesLines
* Typo fix in gpspipe.xml.Eric S. Raymond2015-02-131-1/+1
|
* Add -P option to gpspipe for including PPS drift JSON in NMEA or raw dumps.Eric S. Raymond2013-11-131-0/+2
|
* Documentation fixes.Eric S. Raymond2013-11-091-0/+4
|
* gpspipe -u time-stamps with sub-second resolutionAndreas Merz2013-04-301-1/+5
| | | | | | | | | | | | | | | | | | | | | For simple logging of NMEA data or system performance analysis it is often desirable to have high resolution time-stamps. This implementation affects only the client-side, namely gpspipe. Option -u was added to enable usec-resolution time output. Furthermore, the default time format has been changed because it is more desirable to have a standardized and sortable time-tag default format instead of a locale-dependent one. Also, the new option -u appends decimal digits to the seconds which does not make sense for the some %c formats. A future desirable feature might be to have usec resolution timestamps on the gpsd protocol messages. modified: gpspipe.c modified: gpspipe.xml Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Add -S (for scaled flag) option to gpspipe.Reinhard Arlt2012-09-261-0/+3
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-3/+1
| | | | This was the easy part. Remaining removals will require more decisions.
* Asdd a gpspipe option to enable profiling.Eric S. Raymond2011-09-221-0/+3
|
* whitespace cleanup gpspipe.xmlJon Schlueter2011-03-051-2/+2
|
* Allow to set the gpspipe timestamp formatBeat Bolli2010-05-101-1/+6
| | | | | | | | | This patch is backwards-compatible by adding a new option -T (note capital case) for the timestamp format. All tests pass. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Tweak some DocBook meta headers to quiet down the build.Eric S. Raymond2010-03-251-1/+3
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+4
|
* Fix some DTD references.Eric S. Raymond2010-02-031-1/+1
|
* Internal IPv6 support, derived from a support patch by Olivier Mehani.Eric S. Raymond2010-01-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The patch original is at: https://lists.berlios.de/pipermail/gpsd-dev/attachments/20100111/85ad4e15/attachment.bin This revision changes netlib_connectsock() to take a first argument that is an address family and can specify IPv4, IPv6, or either. It also changes gpsd.c to open two client sockets, one IPv4 and one IPv6, and listen on both. As a required cleanup, a number of defaults to "127.0.0.1" become defaults to "localhost" so we're not hardwiring in IPv4 assumptions anymore. I've omitted a significant portion of the Mehani patch that changed the interface of the client library in an incompatible way. Currently there is no way to make gpsd listen to IPv4 or IPv6 only, and no way to make a client query over IPV4 or IPv6 only. Also, we'd really like to be able to condition out IPv6 or (someday) IPv4 support for a leaner runtime, and there's no way to do that yet, either. Under IPv4, regression tests pass; live operation with a GPS mouse and the aishub feed both work. However, the resulting code does not splint clean; this will need to be fixed, and that's going to be tricky due to the new sockaddr_t struct.
* 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.