summaryrefslogtreecommitdiff
path: root/gpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-27 03:42:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-27 03:42:26 +0000
commitdea892615bb38cf8c1ae8341b6b7a648d5309488 (patch)
treeff7b707b60eeef247840ddb7201b96324c5e450d /gpsd.xml
parent3eef1caf1de8b6532338813cbf98fcc0e51cade5 (diff)
downloadgpsd-dea892615bb38cf8c1ae8341b6b7a648d5309488.tar.gz
This version passes all regression tests and should serve RTCM-104 on port 2101.
Diffstat (limited to 'gpsd.xml')
-rw-r--r--gpsd.xml23
1 files changed, 17 insertions, 6 deletions
diff --git a/gpsd.xml b/gpsd.xml
index 1ccfebfc..a7fdf1e4 100644
--- a/gpsd.xml
+++ b/gpsd.xml
@@ -20,6 +20,7 @@
<command>gpsd</command>
<arg choice='opt'>-f <replaceable>GPS-devicename</replaceable></arg>
<arg choice='opt'>-F <replaceable>control-socket</replaceable></arg>
+ <arg choice='opt'>-R <replaceable>rtcm-listener-port</replaceable></arg>
<arg choice='opt'>-S <replaceable>listener-port</replaceable></arg>
<arg choice='opt'>-d <replaceable>DGPSIP-server</replaceable></arg>
<arg choice='opt'>-n </arg>
@@ -71,6 +72,10 @@ hunt for one.-->
See <xref linkend='accuracy'/> and <xref
linkend='files'/> for discussion.</para>
+<para><application>gpsd</application> may itself serve DGPSIP data
+from an attached RTCM-104 source to other instances of
+<application>gpsd</application> connecting on port 2101.</para>
+
<para>The program accepts the following options:</para>
<variablelist remap='TP'>
<varlistentry>
@@ -93,18 +98,24 @@ commands that edit the daemon's internal device list.</para>
</listitem>
</varlistentry>
<varlistentry>
+<term>-R</term>
+<listitem><para>Set TCP/IP port on which to listen for DGPSIP clients
+(default is 2101). The option -R 0 will disable serving DGPSIP
+clients.</para></listitem>
+</varlistentry>
+<varlistentry>
<term>-S</term>
-<listitem><para>Set TCP/IP port (default is 2947).</para></listitem>
+<listitem><para>Set TCP/IP port on which to listen for GPSD clients
+(default is 2947).</para></listitem>
</varlistentry>
<varlistentry>
<term>-d</term>
<listitem>
-<para>Query a differential-GPS (DGPS) server. If a suffix of the
+<para>Query a specific differential-GPS (DGPSIP) server. If a suffix of the
server name begins with ":" it is interpreted as a port number,
-overriding the default IANA-assigned port of 2101.
-For DGPS servers available for use with this option, see
-<ulink url='http://www.wsrcc.com/wolfgang/gps/dgps-ip.html'>
-DGPS corrections over the Internet</ulink>.</para>
+overriding the default IANA-assigned port of 2101. If this
+option is not given, <application>gpsd</application> will hunt
+for a DGPSIP server.</para>
</listitem>
</varlistentry>
<varlistentry>