summaryrefslogtreecommitdiff
path: root/gpsmon.xml
Commit message (Collapse)AuthorAgeFilesLines
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Updates library manpage list.Robert Norris2017-02-081-1/+1
| | | | | | Man page for libgpsd no longer exists. Replace with libgpsmm which does. Signed-off-by: Fred Wright <fw@fwright.net>
* Fix minor typos.Hal Murray2016-02-011-1/+1
| | | | Signed-off-by: Gary E. Miller <gem@rellim.com>
* Xcess whitespace removal.Gary E. Miller2015-04-301-3/+3
|
* Make gpsmon's behavor on extended NMEA devices a bit less obscure.Eric S. Raymond2015-04-151-0/+8
|
* In gpsmon, omit hexdumping trailing CR/LF when dumping textual packets.Eric S. Raymond2015-03-301-4/+5
|
* Widen PPS offset field in the three montors (NMEA, uBlox, SiRF) that report it.Eric S. Raymond2015-02-121-2/+2
| | | | | | | | | | | To accomplish this, I had to shorted "PPS offset:" to "PPS:"; documentation has been adjusted accordingly In the NMEA and uBlox cases this gets us the required 22 characters. The SiRF monitor is four shy of that. The OnCore monitor gets PPS offset in-band and already has fields sised to report that.
* Add some clarifying notes to the gpsmon documentation.Eric S. Raymond2014-08-241-0/+8
|
* Fix up argument parsing in gpsmon.Eric S. Raymond2014-08-201-2/+25
| | | | | | Addresses a minor bug report by Michael Tatarinov <kukabu@gmail.com>. Adds the capability, in daemon mode, to watch a specified device rather than all devices.
* Document gpsmon -aEric S. Raymond2013-11-171-4/+10
|
* Documentation and TODO updates. All regression tests pass, PPS is live.Eric S. Raymond2013-11-121-4/+3
|
* Typo fix.Eric S. Raymond2013-11-101-1/+1
|
* Explain that gpsmon doesn't autoprobe.Eric S. Raymond2013-11-101-0/+7
|
* PPS events now show in gpsmon runb through the daemon.Eric S. Raymond2013-11-091-3/+0
|
* Minor improvements for the UBX monitor.Eric S. Raymond2013-11-091-8/+20
|
* Add material about PPS to the gpsmon manual page.Eric S. Raymond2013-11-091-2/+6
|
* Add -n option to read nmea183 messeages from gpsdReinhard Arlt2012-04-261-0/+4
|
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-4/+1
| | | | This was the easy part. Remaining removals will require more decisions.
* Add proper crossreferences on the manual pages.Eric S. Raymond2011-06-271-0/+1
|
* Cleanup after the gsmon featurectomy.Eric S. Raymond2011-06-271-33/+16
|
* In gpsmon, send command works in direct mode only now.Michael Tatarinov2011-06-271-3/+3
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Featurectomy - remove gpsmon support for bcintxX commands in client mode.Eric S. Raymond2011-06-261-34/+35
| | | | | | | | | | These didn't actually make any sense since we moved to new protocol, and didn't work (we were still shipping old-protocol commands in trying to implement them!). By giving up on trying to make them work in client mode, we can rip out a lot of fragile code and sto messing with the daemon control socket in gpsmon. These commands will still work in direct mode, as they have all along.
* whitespace cleanup in gpsmon.xmlJon Schlueter2011-03-051-9/+9
|
* spellchecking in gpsmon.xmlJon Schlueter2011-03-051-3/+3
|
* spellchecking and catching all of the same spelling mistakes in other filesJon Schlueter2011-03-051-1/+1
| | | | gpsd.xml gone through
* Add -t option to gpsmon.Eric S. Raymond2011-02-221-3/+11
|
* Minor gpsmon cleanup.Eric S. Raymond2011-01-281-4/+4
|
* Yet another typo fix. Thanks to lintian :)Bernd Zeimetz2010-04-231-1/+1
|
* Change the -l option of gpsmon so it enable logging at srartup.Eric S. Raymond2010-03-271-2/+8
| | | | | | The old -l option (list types) becomes -L. We did this so the 'l' option will be consistent with the 'l' command. Should be OK since gpsmon is not something anyone will use in a script.
* 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
|
* Add a salutary warning.Eric S. Raymond2009-08-271-7/+12
|
* Typo fix.Eric S. Raymond2009-08-131-1/+1
|
* Add X command to gpsmon.Eric S. Raymond2009-03-091-3/+17
|
* Command name fix.Eric S. Raymond2009-03-091-1/+1
|
* Support changing cycle time with gpctl and gpsmon, if the device supports it.Eric S. Raymond2009-03-051-0/+9
|
* Yikes! Change to -x and 'x'.Eric S. Raymond2009-03-051-9/+9
| | | | | -c and the c command shouldn't be "send arbitrary hex bytes" when there's a change-cycle-time method in the standard driver table.
* Improve gpsmon help and fix a typo.Eric S. Raymond2009-03-041-1/+1
|
* Document the fact that parity and stopbit setting is now supported but dicy.Eric S. Raymond2009-03-021-0/+8
|
* Full support for setting parity and stop bits.Eric S. Raymond2009-03-021-1/+5
| | | | | Needs to be tested for non-8N1 modes on the devices that can support it: SiRF, UBX, Zodiac.
* Standard argument parsing for gpsmon, and related documentation fixes.Eric S. Raymond2009-02-251-0/+1
|
* Relabel to make clear that more data is raw.Eric S. Raymond2009-02-201-4/+0
|
* Documentation improvements.Eric S. Raymond2009-02-201-11/+18
|
* Implement and document support for more NMEA devices.Eric S. Raymond2009-02-201-2/+8
|
* Be clear about which SiRF fields are derived.Eric S. Raymond2009-02-201-2/+7
|
* Implement -l option analogous to gpsctl -l.Eric S. Raymond2009-02-201-6/+15
|
* Add 't' command to gpsmon to force the monitor type.Eric S. Raymond2009-02-201-0/+12
|
* More moves towards completely raw data.Eric S. Raymond2009-02-201-1/+8
|
* Further in the direction of only reporting raw data.Eric S. Raymond2009-02-201-1/+8
|