summaryrefslogtreecommitdiff
path: root/gpsd.xml
Commit message (Collapse)AuthorAgeFilesLines
* Much as I hate to do this, add a command line flag (-b)...Chris Kuethe2007-03-071-0/+12
| | | | | | | | | | | | | | | | | ...to prevent gpsd from writing to a device. It sucks that we have to do this, but I'm really sick of explaining to people that gpsd is not to blame for the crap being sold as a bluetooth device these days. This is user-friendly and packager-friendly: users can now run gpsd on an arbitrary device without fear of wrecking it, and packagers do not need to produce special "--disable-reconfigure" packages. In a perfect world * embedded bluetooth stacks would not be flaky and fragile * there would be a reliable, cross-platform way to detect a bluetooth device, in order to optimize runtime behaviour. I don't see either of these happening any time soon...
* add a --enable-gpsd-user configure option. Chris Kuethe2006-12-151-4/+4
| | | | | if unspecified, gpsd will retain its current behaviour: dropping to "nobody".
* Explain that setting up timestamping for ntpd on OpenBSD needs root.Chris Kuethe2006-12-011-1/+4
| | | | | | No one ever reads the manpage or log messages *sigh*, but it is now documented that gpsd needs root for a few moments if it is to assist ntpd.
* Updated START_SUBFRAME from current IERS bulletin.Eric S. Raymond2006-12-011-1/+1
|
* Document support for PPS on OpenBSD and how it integrates with the OS.Chris Kuethe2006-11-291-1/+4
|
* Add cross-references to new tools.Eric S. Raymond2006-11-161-0/+2
|
* Fixed 'E' reporting to emit '?' for no data...Eric S. Raymond2006-11-071-1/+1
| | | | ...separately for each of the three fields.
* gpsd now ships an I response when it assigns a device to a user.Eric S. Raymond2006-10-311-1/+2
| | | | xgps now knows this and displays the device type.
* Minor documentation tweaks.Eric S. Raymond2006-10-291-9/+11
|
* Undoing my | change of 28 Sep 2006.Chris Kuethe2006-09-281-10/+0
|
* Undoing my |-protection change of 28 Sep 2006.Chris Kuethe2006-09-281-5/+2
|
* Protect the | command by adding a -x command line option.Chris Kuethe2006-09-281-2/+5
| | | | | | | | | Experimental or debugging features which could damage hardware could can be wrapped in if (dangerous) { /* ... */ ; } so that they will only work if -x is set.
* Add the | command.Chris Kuethe2006-09-281-0/+10
| | | | | | | | | This command allows gpsd to pass through a raw command from the client to the server; the reverse of super-raw (R=2) mode. This could conceivably be used to reflash your receiver's firmware, modify the port settings, tune the navigation engine to produce flawed results or any other thing one could do with a direct connection. This command is primarily for debugging purposes.
* Document the $ command.Gary E. Miller2006-09-251-0/+7
|
* Stelian Pop's cleanups for the J command.Eric S. Raymond2006-09-031-2/+0
|
* J patch withdrawn, all regression tests pass.Eric S. Raymond2006-08-211-0/+2
|
* SiRF name cleanup.Chris Kuethe2006-08-171-12/+12
| | | | | | | | | | 1) the product line is called SiRFstar 2) I don't have any original SiRFstar receivers but my documentation says the protocol remained mostly the same between SS1, SS2 and SS3; it just got richer as time went by. At least with my SS2 and SS3 receivers, this holds true. 3) elsewhere in the code there are SIRF_THIS and SIRF_THAT, which implies (correctly) independence of chipset version.
* Added buffer policy switch.Eric S. Raymond2006-08-141-1/+21
|
* The -d option is no longer necessary.Eric S. Raymond2006-07-231-19/+26
| | | | | DGPSIP and NTRIP URLS are recognized when they occur in arguments. Currently only a single such source is allowed.
* Add dgnss.c, which should have been checked in with the NTRIP support.Eric S. Raymond2006-06-071-0/+9
| | | | Also check in the heading patch under -DHEADING_FIX.
* Robin Darroch's O-mode patch merged...Eric S. Raymond2006-06-071-4/+19
| | | | | | ...but actual generation of the mode field is disabled. Regression tests fail in a strange way; checksums are off by one. Must grovel back through the versions and figure out why.
* splint cleanupEric S. Raymond2006-06-071-15/+25
|
* Fix three small typographical errors.Bill Marr2006-05-211-3/+3
|
* Splint pacification, minor documentation fixes.Eric S. Raymond2006-05-191-1/+1
|
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-2/+2
|
* Rename the xgps manual page.Eric S. Raymond2006-03-021-1/+1
|
* Omplement 'G' command and bump version for release.release-2.30Eric S. Raymond2005-09-141-0/+16
|
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-1/+1
| | | | Integrate gpspipe.
* Tweak the PPS doc.Gary E. Miller2005-08-041-16/+25
|
* True North support integrated.Eric S. Raymond2005-08-011-1/+3
| | | | | | It's not compiled in by default, but it does require one architecture change -- device channels is now a driver- specific capability, since the Thales GPS our TrueNorth user is working with has 14 channels.
* Back out the attempts to do port 2101 service.Eric S. Raymond2005-07-271-7/+8
|
* This version passes all regression tests and should serve RTCM-104 on port 2101.Eric S. Raymond2005-07-271-6/+17
|
* Update documentation.Eric S. Raymond2005-07-271-1/+1
|
* RTCM104 integration.Eric S. Raymond2005-07-271-13/+20
|
* Solo-user check is implemented for B, C, N.Eric S. Raymond2005-07-141-5/+8
|
* Add support for the 2-field return of C to client libraries.Eric S. Raymond2005-07-111-5/+9
|
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-6/+19
|
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-6/+6
|
* Try to fix Oleg's automake problem. More doc fixes.Eric S. Raymond2005-07-081-6/+7
|
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-16/+10
| | | | | I did this more to document the dependencies in the code than anything else.
* Added Sony support.Eric S. Raymond2005-07-061-1/+4
|
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-1/+2
| | | | | | Satellite-picture packets are not yet completely interpreted. We don't know a probe string yet, so it might take as long as ten minutes for this driver to switch over.
* Fix Petr Stransky's bugs.Eric S. Raymond2005-07-061-4/+10
|
* Fold in some advice from Wolfgang Rupprecht.Eric S. Raymond2005-07-041-1/+1
|
* Introduce client timeouts.Eric S. Raymond2005-07-041-0/+11
|
* Disable the hunt for DGPSIP servers.Eric S. Raymond2005-07-011-2/+6
| | | | | (a) it screws up regression testing, and (b) Wolfgang's issues about error modelling need to be addressed.
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-291-5/+19
|
* Changes to support valgrind auditing.Eric S. Raymond2005-06-241-2/+3
|
* Documentation update, looking towards stable release.Eric S. Raymond2005-06-101-28/+32
|
* Ensure that we don't try to change GID or set the system clock when non-root.Eric S. Raymond2005-06-081-1/+2
|