-
Notifications
You must be signed in to change notification settings - Fork 212
/
multimon-ng.1
226 lines (226 loc) · 5.66 KB
/
multimon-ng.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
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
.\" -*- nroff -*-
.TH MULTIMON-NG 1 "January 30, 2020"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
multimon-ng \- program to decode radio transmissions
.SH SYNOPSIS
.B multimon-ng
.RI [ options ]\ [input_file]
.SH DESCRIPTION
This manual page documents briefly the
.B multimon-ng
command. This manual page was written for Debian because the original
program does not have a manual page.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
The \fBmultimon-ng\fP software can decode a variety of digital transmission modes commonly found on VHF/UHF radio. A standard PC soundcard is used to acquire the signal from a transceiver. The decoding is done completely in software. Currently, the following modes are supported:
.PP
.RS
.IP \(bu 4
AX.25
.RS
.IP \(bu 4
1200 Baud AFSK
.IP \(bu 4
2400 Baud AFSK (2 variants)
.IP \(bu 4
4800 Baud HAPN
.IP \(bu 4
9600 Baud FSK (G3RUH)
.RE
.
.IP \(bu 4
POCSAG
.RS
.IP \(bu 4
512 Baud
.IP \(bu 4
1200 Baud
.IP \(bu 4
2400 Baud
.RE
.
.IP \(bu 4
Selective call
.RS
.IP \(bu 4
CCIR
.IP \(bu 4
EEA
.IP \(bu 4
EIA
.RE
.
.IP \(bu 4
Frequency Shift Keying
.RS
.IP \(bu 4
1200 Baud FSK (2200/1200 Hz)
.IP \(bu 4
1200 Baud FSK (2300/1100 Hz)
.IP \(bu 4
1200 baud FMS FSK
.RE
.
.IP \(bu 4
Miscellaneous
.RS
.IP \(bu 4
DTMF
.IP \(bu 4
CW/Morse
.IP \(bu 4
EAS
.IP \(bu 4
FLEX
.IP \(bu 4
SCOPE
.IP \(bu 4
X10
.IP \(bu 4
ZVEI
.RE
.RE
.PP
An arbitrary set of the above modes may run concurrently on the same input signal (provided the CPU power is sufficient), so you do not have to know in advance which mode is used. Note however that some modes might require modifications to the radio (especially the 9600 baud FSK and the POCSAG modes) to work properly.
.PP
AX.25 - Amateur Packet Radio protocol datagram format.
.br
DTMF - Dual Tone Multi Frequency. Commonly used in in-band telephone dialing.
.br
EAS - Emergency Alert System.
.br
FLEX - a paging format.
.br
POCSAG (Post Office Code Standards Advisory Group) is a common paging transmission format.
.br
SCOPE - show samples in a rudimentary oscilloscope display on an X server.
.br
X10 - a home automation protocol.
.br
ZVEI - The German Electrical and Electronic Manufacturers' Association - paging tone format.
.SH OPTIONS
.TP
.B \-t <type>
Input file type (any other type than raw requires sox).
Allowed types: raw aiff au hcom sf voc cdr dat smp wav maud vwe.
.TP
.B \-a <demod>
Add demodulator (see below).
.TP
.B \-s <demod>
Subtract demodulator.
.TP
.B \-c
Remove all demodulators (must be added with -a <demod>).
.TP
.B \-q
Quiet output messages.
.TP
.B \-v <num>
Verbosity level (0-10).
For POCSAG and MORSE_CW '-v1' prints decoding statistics.
.TP
.B \-h
Print the help.
.TP
.B \-A
APRS mode (TNC2 text output).
.TP
.B \-m
Mute SoX warnings.
.TP
.B \-m
Call SoX in repeatable mode (e.g. fixed random seed for dithering).
.TP
.B \-n
Don't flush stdout, increases performance.
.TP
.B \-j
FMS: Just output hex data and CRC, no parsing.
.TP
.B \-e
POCSAG: Hide empty messages.
.TP
.B \-u
POCSAG: Heuristically prune unlikely decodes.
.TP
.B \-i
POCSAG: Inverts the input samples. Try this if decoding fails.
.TP
.B \-p
POCSAG: Show partially received messages.
.TP
.B \-f <mode>
POCSAG: Disables auto-detection and forces decoding of data as <mode>
(<mode> can be 'numeric', 'alpha', 'skyper' and 'auto')
.TP
.B \-b <level>
POCSAG: BCH bit error correction level. Set 0 to disable, default is 2.
Lower levels increase performance and lower false positives.
.TP
.B \-C <cs>
POCSAG: Set charset (default: US), where <cs> is one of:
US, FR, DE, SE, SI
.TP
.B \-o <time>
CW: Set threshold for dit detection (default: 500)
.TP
.B \-d <time>
CW: Dit length in ms (default: 50)
.TP
.B \-g <time>
CW: Gap length in ms (default: 50)
.TP
.B \-x
CW: Disable auto threshold detection
.TP
.B \-y
CW: Disable auto timing detection
.TP
.B \-\-timestamp
Add a time stamp in front of every printed line
.TP
.B \-\-label <label>
Add a label to the front of every printed line
.PP
Where <demod> is one of:
POCSAG512 POCSAG1200 POCSAG2400 FLEX EAS UFSK1200 CLIPFSK FMSFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3 HAPN4800 FSK9600 DTMF ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI EEA EIA CCIR MORSE_CW DUMPCSV X10 SCOPE
.br
The \-a and \-s options may be given multiple times to specify the desired list of demodulators.
.SH EXAMPLE
Decode signal modulations from a sound file /tmp/message.wav without using a SCOPE display:
.br
multimon-ng \-s SCOPE \-t wav /tmp/message.wav
.PP
With no input file specified, the program listens directly to the sound card using PulseAudio.
So to decode (only) DTMF tones on the sound card input:
.br
multimon-ng -a DTMF
.SH NOTICE
Please note that monitoring commercial services may be prohibited in some countries, this software should therefore
only be used to monitor the amateur radio service.
.SH BUGS
The DTMF and ZVEI decoders have more frequent spurious detection reports.
.SH AUTHOR
This manual page was written by A. Maitland Bottoms <[email protected]>
and G\[:o]ran Weinholt <[email protected]>
for the Debian GNU/Linux system (but may be used by others).
.
This is free software. You can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 2 of the License, or any later
version.