blob: a6b7e97d75f13b2471d886fecac81ecd5636b81f (
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
|
.\"Generated by db2man.xsl. Don't modify this, modify the source.
.de Sh \" Subsection
.br
.if t .Sp
.ne 5
.PP
\fB\\$1\fR
.PP
..
.de Sp \" Vertical space (when we can't use .PP)
.if t .sp .5v
.if n .sp
..
.de Ip \" List item
.br
.ie \\n(.$>=3 .ne \\$3
.el .ne 3
.IP "\\$1" \\$2
..
.TH "GPXLOGGER" 1 "3 Aug 2005" "" ""
.SH NAME
gpxlogger \- logs GPS tracks to GPX files
.SH "SYNTAX"
.PP
gpxlogger <filename>
.SH "DESCRIPTION"
.PP
This program listens to DBUS broadcasts from gpsd (org\&.gpsd\&.fix) and logs each fix to a GPX file as they arrive in an XML format\&.
.PP
The logfile may be composed of multiple tracks, a new track is created if there's no fix for 5 seconds\&.
.PP
The program also writes start and end messages to syslog\&.
.SH "FILES"
.PP
\fI/var/log\fR
.SH "EXAMPLES"
.PP
To run this program the standard way type:
.PP
gpxlogger /gpslogs/2005\-08\-03\&.12:21:00\&.gpx
.SH "AUTHORS"
.PP
Amaury Jacquot <sxpert@esitcom\&.org>, Petter Reinholdtsen <pere@hungry\&.com>
.SH "SEE ALSO"
.PP
\fBgpsd\fR(1)
|