1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.1.2//EN"
"docbook/docbookx.dtd">
<refentry id='gps.1'>
<refmeta>
<refentrytitle>gps</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class='date'>9 Aug 2004</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>gps</refname>
<refname>xgps</refname>
<refname>xgpsspeed</refname>
<refname>cgps</refname>
<refname>cgpxlogger</refname>
<refpurpose>test clients for gpsd</refpurpose>
</refnamediv>
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
<command>xgps</command>
<arg choice='opt'><replaceable>X-options</replaceable></arg>
<arg choice='opt'>-h </arg>
<arg choice='opt'>-V </arg>
<arg choice='opt'>-speedunits <group choice='req'><arg>mph</arg><arg>kph</arg><arg>knots</arg></group></arg>
<arg choice='opt'>-altunits <group choice='req'><arg>feet</arg><arg>meters</arg></group></arg>
<arg choice='opt'>-l <group><arg>d</arg><arg>m</arg><arg>s</arg></group></arg>
<arg choice='opt'>-s <replaceable>smoothing</replaceable></arg>
<group>
<replaceable>server</replaceable>
<group>
<replaceable>:port</replaceable>
<group><replaceable>:device</replaceable></group>
</group>
</group>
</cmdsynopsis>
<cmdsynopsis>
<command>xgpsspeed</command> <arg choice='opt'>-rv</arg>
<arg choice='opt'><replaceable>X-options</replaceable></arg>
<arg choice='opt'>-h </arg>
<arg choice='opt'>-V </arg> <arg
choice='opt'>-nc <replaceable>X-color</replaceable></arg> <arg
choice='opt'>-speedunits <group
choice='req'><arg>mph</arg><arg>kph</arg><arg>knots</arg></group></arg>
<group>
<replaceable>server</replaceable>
<group>
<replaceable>:port</replaceable>
<group><replaceable>:device</replaceable></group>
</group>
</group>
</cmdsynopsis>
<cmdsynopsis>
<command>cgps</command>
<arg choice='opt'>-h </arg>
<arg choice='opt'>-s </arg>
<arg choice='opt'>-V </arg>
<arg choice='opt'>-speedunits <group choice='req'><arg>mph</arg><arg>kph</arg><arg>knots</arg></group></arg>
<arg choice='opt'>-altunits <group choice='req'><arg>feet</arg><arg>meters</arg></group></arg>
<arg choice='opt'>-l <group><arg>d</arg><arg>m</arg><arg>s</arg></group></arg>
<group>
<replaceable>server</replaceable>
<group>
<replaceable>:port</replaceable>
<group><replaceable>:device</replaceable></group>
</group>
</group>
</cmdsynopsis>
<cmdsynopsis>
<command>gpxlogger</command> <arg><replaceable>logfile</replaceable></arg>
</cmdsynopsis>
<cmdsynopsis>
<command>cgpxlogger</command>
<arg choice='opt'>-s <replaceable>gpsd-server</replaceable></arg>
<arg choice='opt'>-p <replaceable>gpsd-port</replaceable></arg>
<arg choice='opt'>-i <replaceable>poll-interval</replaceable></arg>
<arg choice='opt'>-h </arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id='description'><title>DESCRIPTION</title>
<refsect2><title>xgps</title>
<para><application>xgps</application> is a simple test client for
<application>gpsd</application> with an X interface. It displays
current GPS position/time/velocity information and (for GPSes that
support the feature) the locations of accessible satellites.</para>
<para><application>xgps</application> accepts an -h option as for
<application>gpsd</application>, or a -V option to dump the package
version and exit.</para>
<para>An optional argument may specify a server to get data from; a
colon-separated suffix is taken as a port number. If there is a second
colon-separated suffix, that is taken as a device name to be handed
to the daemon in an F= command.</para>
<para>The <option>-speedunits</option> option can be used to set the
speed units for display; follow the keyword with knots for nautical
miles per hour, kph for kilometres per hour, or mph for miles per
hour. The default is miles per hour. This option can also be set as
the X resource 'speedunits'.</para>
<para>The <option>-altunits</option> option can be used to set the
altitude units for display; follow the keyword with 'meters' or
'feet'. The default is feet. This option can also be set as the X
resource 'altunits'.</para>
<para> The <option>-l</option> option sets the format of latitude and
longitude reports. The value 'd' produces decimal degrees and is the
default. The value 'm' produces degrees and decimal minutes. The
value 's' produces degrees, minutes, and decimal seconds.</para>
<para>The <option>-s</option> option sets the number of received
sentences to process after any fix is received before blanking any
field. By default it is set to 4, which prevents annoying display flicker
on NMEA devices that send several difference sentence types per
update cycle, only one of which is a true fix. Set this option to zero to
disable smoothing and see each update exactly as it is sent. </para>
<para>There is a known bug in <application>xgps</application>; it
assumes the default font size is no more than 18 pixels. If this
is not the case, the satellite data display will show fewer than
12 satellites.</para>
</refsect2>
<refsect2><title>xgpsspeed</title>
<para><application>xgpsspeed</application> is a speedometer that uses
position information from the GPS. It accepts an -h option and
optional argument as for <application>gps</application>, or a -V
option to dump the package version and exit. Additionally, it accepts
-rv (reverse video) and -nc (needle color) options.</para>
<para>The -speedunits option can be used to set the speed units for
display; follow the keyword with knots for nautical miles per hour,
kph for kilometres per hour, or mph for miles per hour. The default
is miles per hour. This option can also be set as the X resource
'speedunits'.</para>
</refsect2>
<refsect2><title>cgps</title>
<para><application>cgps</application> is a client resembling
<application>xgps</application>, but without the pictorial
satellite display and able to run on a serial terminal or
terminal emulator.</para>
<para> The <option>-s</option> option prevents <application>cgps</application>
from printing the raw data. This display can also be toggled with the s
command.</para>
<para>Rather than use X resources to determine which units to use,
<application>cgps</application> looks at variables in its environment.
Here are the variables and values it checks:</para>
<screen>
GPSD_UNITS one of:
imperial = miles/feet
nautical = knots/feet
metric = km/meters
LC_MEASUREMENT
en_US = miles/feet
C = miles/feet
POSIX = miles/feet
[other] = km/meters
LANG
en_US = miles/feet
C = miles/feet
POSIX = miles/feet
[other] = km/meters
</screen>
<para><application>cgps</application> terminates when you send it a
SIGHUP or SIGINT; given default terminal settings this will happen
when you type Ctl-C at it. It will also terminate on 'q'</para>
</refsect2>
<refsect2><title>cgpxlogger</title>
<para>This program connects to gpsd, polls for location, and logs
each fix to standard output in GPX (XML) format.</para>
<para>The program also writes start and end messages to syslog.</para>
</refsect2>
<refsect2><title>gpxlogger</title>
<para>This program listens to DBUS broadcasts from gpsd (org.gpsd.fix)
and logs each fix to standard output as they arrive in an XML format.</para>
<para>The output may be composed of multiple tracks. A new track is
created if there's no fix for 5 seconds.</para>
<para>The program also writes start and end messages to syslog.</para>
</refsect2>
</refsect1>
<refsect1 id='see_also'><title>SEE ALSO</title>
<para>
<citerefentry><refentrytitle>gpsd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
<citerefentry><refentrytitle>libgps</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<citerefentry><refentrytitle>libgpsd</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<citerefentry><refentrytitle>gpsprof</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
<citerefentry><refentrytitle>gpsfake</refentrytitle><manvolnum>1</manvolnum></citerefentry>.
</para>
</refsect1>
<refsect1 id='maintainer'><title>AUTHORS</title>
<para>
Remco Treffcorn, Derrick Brashear, Russ Nelson & Eric S. Raymond(xgps).
Jeff Francis (cgps). Amaury Jacquot <email>sxpert@esitcom.org</email>
& Petter Reinholdtsen <email>pere@hungry.com</email> (gpxlogger).
Chris Kuethe <email>chris.kuethe@gmail.com</email> (cgpxlogger).
</para>
<para>This manual page by Eric S. Raymond <email>esr@thyrsus.com</email>.
There is a project page, with <application>xgps</application>
screenshots, at <ulink url="http://gpsd.berlios.de/">berlios.de</ulink>.</para>
</refsect1>
</refentry>
|