Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix up argument parsing in gpsmon. | Eric S. Raymond | 2014-08-20 | 1 | -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 -a | Eric S. Raymond | 2013-11-17 | 1 | -4/+10 |
| | |||||
* | Documentation and TODO updates. All regression tests pass, PPS is live. | Eric S. Raymond | 2013-11-12 | 1 | -4/+3 |
| | |||||
* | Typo fix. | Eric S. Raymond | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | Explain that gpsmon doesn't autoprobe. | Eric S. Raymond | 2013-11-10 | 1 | -0/+7 |
| | |||||
* | PPS events now show in gpsmon runb through the daemon. | Eric S. Raymond | 2013-11-09 | 1 | -3/+0 |
| | |||||
* | Minor improvements for the UBX monitor. | Eric S. Raymond | 2013-11-09 | 1 | -8/+20 |
| | |||||
* | Add material about PPS to the gpsmon manual page. | Eric S. Raymond | 2013-11-09 | 1 | -2/+6 |
| | |||||
* | Add -n option to read nmea183 messeages from gpsd | Reinhard Arlt | 2012-04-26 | 1 | -0/+4 |
| | |||||
* | Factor out or remove URLs. No code changes yet except in gpsd.php (now .in). | Eric S. Raymond | 2011-10-01 | 1 | -4/+1 |
| | | | | This was the easy part. Remaining removals will require more decisions. | ||||
* | Add proper crossreferences on the manual pages. | Eric S. Raymond | 2011-06-27 | 1 | -0/+1 |
| | |||||
* | Cleanup after the gsmon featurectomy. | Eric S. Raymond | 2011-06-27 | 1 | -33/+16 |
| | |||||
* | In gpsmon, send command works in direct mode only now. | Michael Tatarinov | 2011-06-27 | 1 | -3/+3 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Featurectomy - remove gpsmon support for bcintxX commands in client mode. | Eric S. Raymond | 2011-06-26 | 1 | -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.xml | Jon Schlueter | 2011-03-05 | 1 | -9/+9 |
| | |||||
* | spellchecking in gpsmon.xml | Jon Schlueter | 2011-03-05 | 1 | -3/+3 |
| | |||||
* | spellchecking and catching all of the same spelling mistakes in other files | Jon Schlueter | 2011-03-05 | 1 | -1/+1 |
| | | | | gpsd.xml gone through | ||||
* | Add -t option to gpsmon. | Eric S. Raymond | 2011-02-22 | 1 | -3/+11 |
| | |||||
* | Minor gpsmon cleanup. | Eric S. Raymond | 2011-01-28 | 1 | -4/+4 |
| | |||||
* | Yet another typo fix. Thanks to lintian :) | Bernd Zeimetz | 2010-04-23 | 1 | -1/+1 |
| | |||||
* | Change the -l option of gpsmon so it enable logging at srartup. | Eric S. Raymond | 2010-03-27 | 1 | -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. Raymond | 2010-03-25 | 1 | -1/+3 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -0/+4 |
| | |||||
* | Fix some DTD references. | Eric S. Raymond | 2010-02-03 | 1 | -1/+1 |
| | |||||
* | Add a salutary warning. | Eric S. Raymond | 2009-08-27 | 1 | -7/+12 |
| | |||||
* | Typo fix. | Eric S. Raymond | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Add X command to gpsmon. | Eric S. Raymond | 2009-03-09 | 1 | -3/+17 |
| | |||||
* | Command name fix. | Eric S. Raymond | 2009-03-09 | 1 | -1/+1 |
| | |||||
* | Support changing cycle time with gpctl and gpsmon, if the device supports it. | Eric S. Raymond | 2009-03-05 | 1 | -0/+9 |
| | |||||
* | Yikes! Change to -x and 'x'. | Eric S. Raymond | 2009-03-05 | 1 | -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. Raymond | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | Document the fact that parity and stopbit setting is now supported but dicy. | Eric S. Raymond | 2009-03-02 | 1 | -0/+8 |
| | |||||
* | Full support for setting parity and stop bits. | Eric S. Raymond | 2009-03-02 | 1 | -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. Raymond | 2009-02-25 | 1 | -0/+1 |
| | |||||
* | Relabel to make clear that more data is raw. | Eric S. Raymond | 2009-02-20 | 1 | -4/+0 |
| | |||||
* | Documentation improvements. | Eric S. Raymond | 2009-02-20 | 1 | -11/+18 |
| | |||||
* | Implement and document support for more NMEA devices. | Eric S. Raymond | 2009-02-20 | 1 | -2/+8 |
| | |||||
* | Be clear about which SiRF fields are derived. | Eric S. Raymond | 2009-02-20 | 1 | -2/+7 |
| | |||||
* | Implement -l option analogous to gpsctl -l. | Eric S. Raymond | 2009-02-20 | 1 | -6/+15 |
| | |||||
* | Add 't' command to gpsmon to force the monitor type. | Eric S. Raymond | 2009-02-20 | 1 | -0/+12 |
| | |||||
* | More moves towards completely raw data. | Eric S. Raymond | 2009-02-20 | 1 | -1/+8 |
| | |||||
* | Further in the direction of only reporting raw data. | Eric S. Raymond | 2009-02-20 | 1 | -1/+8 |
| | |||||
* | Reorganize. | Eric S. Raymond | 2009-02-19 | 1 | -7/+9 |
| | |||||
* | Markup fix. | Eric S. Raymond | 2009-02-19 | 1 | -0/+1 |
| | |||||
* | Reserve lower-case letters for gpsmon generic commands. | Eric S. Raymond | 2009-02-19 | 1 | -4/+9 |
| | |||||
* | Alphabetize command set. | Eric S. Raymond | 2009-02-19 | 1 | -33/+40 |
| | |||||
* | Note that the gpsmon command set has changed. | Eric S. Raymond | 2009-02-19 | 1 | -7/+8 |
| | |||||
* | Hack the gpscon comand set to resemble gpsctl switches. | Eric S. Raymond | 2009-02-19 | 1 | -6/+15 |
| | |||||
* | Some gpsmon enhancements. | Eric S. Raymond | 2009-02-19 | 1 | -13/+21 |
| | |||||
* | Zodiac has a send_control method now. | Eric S. Raymond | 2009-02-19 | 1 | -4/+1 |
| |