summaryrefslogtreecommitdiff
path: root/cgpxlogger.xml
blob: 439ee50ba65ff87ece978996f630de5b3aa7675c (plain)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<refentry id='gpxlogger1'>
<refentryinfo><date>14 Feb 2006</date></refentryinfo>
<refmeta>
<refentrytitle>cgpxlogger</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class='date'>0.0.1</refmiscinfo>
<refmiscinfo class='source'>Chris Kuethe</refmiscinfo>
<refmiscinfo class='manual'>GPS tools</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>cgpxlogger</refname>
<refpurpose>logs GPS tracks to GPX files</refpurpose>
</refnamediv>
<!-- body begins here -->

<refsynopsisdiv id='synopsis'>

<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>

<para>This program connects to gpsd, polls for location, and logs
each fix to stdout in GPX (XML) format.</para>

<para>The program also writes start and end messages to syslog.</para>
</refsect1>

<refsect1 id='files'><title>FILES</title>
<para><filename>/var/log</filename></para> 
</refsect1>

<refsect1 id='examples'><title>EXAMPLES</title>
<para>To run this program the standard way type:</para>

<para>cgpxlogger &gt; file1.gpx</para>

<para>which is the same as:</para>
<para>cgpxlogger -h 127.0.0.1 -p 2947 -s 5 &gt; file1.gpx</para>

</refsect1>

<refsect1 id='authors'><title>AUTHORS</title>
<para>Chris Kuethe &lt;chris.kuethe@gmail.com&gt;</para>
 
</refsect1>

<refsect1 id='see_also'><title>SEE ALSO</title>
<para><citerefentry><refentrytitle>gpsd</refentrytitle><manvolnum>1</manvolnum></citerefentry></para>
</refsect1>
</refentry>