Scroll to navigation

MULTIMON-NG(1) General Commands Manual MULTIMON-NG(1)

NAME

multimon-ng - program to decode radio transmissions

SYNOPSIS

multimon-ng [options] [input_file]

DESCRIPTION

This manual page documents briefly the multimon-ng command. This manual page was written for Debian because the original program does not have a manual page.

The multimon-ng 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:

AX.25
  • 1200 Baud AFSK
  • 2400 Baud AFSK (2 variants)
  • 4800 Baud HAPN
  • 9600 Baud FSK (G3RUH)
POCSAG
  • 512 Baud
  • 1200 Baud
  • 2400 Baud
Selective call
  • CCIR
  • EEA
  • EIA
Frequency Shift Keying
  • 1200 Baud FSK (2200/1200 Hz)
  • 1200 Baud FSK (2300/1100 Hz)
  • 1200 baud FMS FSK
Miscellaneous
  • DTMF
  • CW/Morse
  • EAS
  • FLEX
  • SCOPE
  • X10
  • ZVEI

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.

AX.25 - Amateur Packet Radio protocol datagram format.
DTMF - Dual Tone Multi Frequency. Commonly used in in-band telephone dialing.
EAS - Emergency Alert System.
FLEX - a paging format.
POCSAG (Post Office Code Standards Advisory Group) is a common paging transmission format.
SCOPE - show samples in a rudimentary oscilloscope display on an X server.
X10 - a home automation protocol.
ZVEI - The German Electrical and Electronic Manufacturers' Association - paging tone format.

OPTIONS

Input file type (any other type than raw requires sox). Allowed types: raw aiff au hcom sf voc cdr dat smp wav maud vwe.
Add demodulator (see below).
Subtract demodulator.
Remove all demodulators (must be added with -a <demod>).
Quiet output messages.
Verbosity level (0-10). For POCSAG and MORSE_CW '-v1' prints decoding statistics.
Print the help.
APRS mode (TNC2 text output).
Mute SoX warnings.
Call SoX in repeatable mode (e.g. fixed random seed for dithering).
Don't flush stdout, increases performance.
FMS: Just output hex data and CRC, no parsing.
POCSAG: Hide empty messages.
POCSAG: Heuristically prune unlikely decodes.
POCSAG: Inverts the input samples. Try this if decoding fails.
POCSAG: Show partially received messages.
POCSAG: Disables auto-detection and forces decoding of data as <mode> (<mode> can be 'numeric', 'alpha', 'skyper' and 'auto')
POCSAG: BCH bit error correction level. Set 0 to disable, default is 2. Lower levels increase performance and lower false positives.
POCSAG: Set charset (default: US), where <cs> is one of: US, FR, DE, SE, SI
CW: Set threshold for dit detection (default: 500)
CW: Dit length in ms (default: 50)
CW: Gap length in ms (default: 50)
CW: Disable auto threshold detection
CW: Disable auto timing detection
Add a time stamp in front of every printed line
Add a label to the front of every printed line

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
The -a and -s options may be given multiple times to specify the desired list of demodulators.

EXAMPLE

Decode signal modulations from a sound file /tmp/message.wav without using a SCOPE display:
multimon-ng -s SCOPE -t wav /tmp/message.wav

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:
multimon-ng -a DTMF

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.

BUGS

The DTMF and ZVEI decoders have more frequent spurious detection reports.

AUTHOR

This manual page was written by A. Maitland Bottoms <bottoms@debian.org> and Göran Weinholt <weinholt@debian.org> 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.

January 30, 2020