summaryrefslogtreecommitdiff
path: root/gpspipe.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+3
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* Add J command to gpspipe. Thanks to JeffFrancis.Gary E. Miller2006-10-121-1/+18
|
* quell compiler warning.Chris Kuethe2006-10-101-2/+2
| | | | | i'm not sure why gcc didn't complain that these were shadowing other variables, as their scope was local to that block.
* ckuethe points out that super-raw is not just SiRF binary.Gary E. Miller2006-09-251-1/+5
|
* Add super-raw mode to gpspipe for ckuetheGary E. Miller2006-09-251-2/+11
|
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-2/+1
| | | | First line where possible, second line for scripts called with #!
* splint cleanup and cosmetic fixes.Eric S. Raymond2005-09-011-18/+18
|
* The old hypothetical -p option is the new actual -s option.Eric S. Raymond2005-08-311-5/+0
|
* Jeff Francis's patch to gpspipe to add serial output.Gary E. Miller2005-08-301-3/+103
| | | | | | This allows gpspipe to connect to gpsd andoutput the raw NMEA to a serial port for use by an external device looking for NMEA standard data.
* More optimization tweaks and cleanup.Eric S. Raymond2005-08-201-1/+1
|
* Warning and splint cleanup.Eric S. Raymond2005-08-201-0/+2
|
* Geez, I stop using a var last night and already people complain about the ↵Gary E. Miller2005-08-191-3/+3
| | | | unused parm. :-)
* gpspipe now supports [server[:port]], instead of just local only. Add svn ID.Gary E. Miller2005-08-191-11/+38
|
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-0/+176
Integrate gpspipe.