diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-09-19 13:51:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-09-19 13:51:54 +0000 |
commit | cb1eae416026ab7ef89529a546158a8f30a45dc2 (patch) | |
tree | b724d9731ff8efe018cc097811c317eda0bc9595 /gpsd.xml | |
parent | cb830d185eece1a07cfc8aaadcb8765278fe1d1f (diff) | |
download | gpsd-cb1eae416026ab7ef89529a546158a8f30a45dc2.tar.gz |
Add ckuethe's most requested JSON feature: WATCH a specified single device only.
Diffstat (limited to 'gpsd.xml')
-rw-r--r-- | gpsd.xml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1309,11 +1309,19 @@ describes the subscriber's policy.</para> <entry>If true, apply scaling divisors to output before dumping; default is false. Applies only to AIS reports.</entry> </row> +<row> + <entry>device</entry> + <entry>No</entry> + <entry>string</entry> + <entry>If present, limit watching to the specifuied device + rather than all devices. Useful with raw and NMEA modes + in which device responses aren't tagged.</entry> +</row> </tbody> </tgroup> </table> -<para>In Watcher mode, GPS reports are dumpred as TPV and SKY +<para>In watcher mode, GPS reports are dumpred as TPV and SKY responses. If the device is a source of RTCM2 corrections, the corrections are dumped in the JSON format described in <citerefentry><refentrytitle>rtcm104</refentrytitle><manvolnum>5</manvolnum></citerefentry>. If |