forked from stripydog/kplex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kplex.1
90 lines (90 loc) · 2.09 KB
/
kplex.1
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
.TH KPLEX 8
.SH NAME
kplex \- multiplex marine data between multiple sources
.SH SYNOPSIS
.B kplex
.RB [ \-V ]
.PP
.B kplex
.RB [ \-d
.IR level ]
.RB [ \-f
.IR filename ]
.RB [ \-o
.IR option ]
.RI [ interface-spec...
.R ]
.
.SH DESCRIPTION
kplex multiplexes data in NMEA-0183 format between multiple data
sources and destinations.
.PP
Data sources and destinations may be defnied either by command line
.I interface-specifers
or in a configuration file. When specified on the command line, an
.I interface-specifier
takes the form:
.P
.RS
.IB interface-type :
.RI [ "option"
.R [,...] ]
.RE
.PP
The full range of
.I interface-types
and relevant options is given in the online documentation.
.PP
Any interfaces specified on the command line are in
.I "addition to"
those specified in a configuration file.
.PP
kplex looks in the following locations for a configuration file and will use
the first one it finds if not overridden by the
.B \-f
option (see below):
.IP
A Location specified by the
.I KPLEXHOMECONF
environment variable, if set.
.IP
.B ~/Library/Preferences/kplex.ini
(Mac OS X only, deprecated and searched for only for backwards compatibility with earlier versions).
.IP
.B ~/.kplex.conf
.IP
.B /etc/kplex.conf
.SH OPTIONS
.IP \-V
Print the version number of kplex and exit immediately regardless of any other
arguments specified.
.
.IP "\-d level"
Show debugging information.
.I level
should be an integer between 1 and 9 inclusive. Higher values of
.I level
show more fine grained debugging information.
.
.IP "\-f filename"
Use
.I filename
as the configuration file instead of any of the defaults. If
.I filename
is \"
.I \-
\" kplex does not look for a configuration file and instead uses only the
options and interfaces specified on the command line.
.
.IP "\-o option"
Pass
.I option
to kplex. Options have the form
.IR var=val .
.R Multiple options can be specified, separated by commas. The full list of
possible options can be found in the online documentation.
.
.SH SEE ALSO
The online copy of the documentation is available at the following address:
.PP
http://www.stripydog.org/kplex/configuration.html