Skip to content

SilentButeo2/multimon-ng

This branch is 147 commits behind EliasOenal/multimon-ng:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b9bd39a · Jan 15, 2019
Aug 7, 2017
Aug 30, 2013
Jun 16, 2017
Oct 13, 2018
May 25, 2015
Oct 13, 2018
Jan 15, 2019
Sep 9, 2013
Sep 1, 2017
Sep 29, 2017
Sep 29, 2017
Sep 29, 2017
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Sep 29, 2017
Aug 30, 2013
Sep 29, 2017
Aug 30, 2013
Jan 15, 2018
Aug 30, 2013
Aug 30, 2013
Jan 10, 2019
Oct 29, 2014
Aug 30, 2013
Sep 29, 2017
Oct 31, 2014
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Apr 2, 2018
Aug 30, 2013
Aug 30, 2013
Aug 30, 2013
Feb 2, 2013
Feb 2, 2013
Sep 29, 2017
Aug 30, 2013
Aug 30, 2013
Dec 25, 2012
Dec 25, 2012
Dec 25, 2012
Dec 25, 2012
Dec 25, 2012
Dec 25, 2012
Dec 25, 2012
Apr 9, 2013
Sep 29, 2017
Dec 25, 2012
Sep 1, 2017
Sep 1, 2017
Jan 8, 2019
Oct 6, 2013
Oct 6, 2013
Jan 15, 2019
Apr 4, 2018
Apr 4, 2018
Aug 30, 2013
Mar 27, 2018

Repository files navigation

multimon-ng is the successor of multimon. It decodes the following digital transmission modes:

  • POCSAG512 POCSAG1200 POCSAG2400
  • FLEX
  • EAS
  • UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3
  • HAPN4800
  • FSK9600
  • DTMF
  • ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI
  • EEA EIA CCIR
  • MORSE CW
  • X10

multimon-ng can be built using either qmake or CMake:

mkdir build
cd build
qmake ../multimon-ng.pro
make
sudo make install
mkdir build
cd build
cmake ..
make
sudo make install

The installation prefix can be set by passing a 'PREFIX' parameter to qmake. e.g: qmake multimon-ng.pro PREFIX=/usr/local

So far multimon-ng has been successfully built on Arch Linux, Debian, Gentoo, Kali Linux, Ubuntu, OS X, Windows and FreeBSD. (On Windows using the Qt-MinGW build environment, as well as Cygwin and VisualStudio/MSVC)

Files can be easily converted into multimon-ng's native raw format using sox. e.g: sox -t wav pocsag_short.wav -esigned-integer -b16 -r 22050 -t raw pocsag_short.raw GNURadio can also generate the format using the file sink in input mode short.

You can also "pipe" raw samples into multimon-ng using something like sox -t wav pocsag_short.wav -esigned-integer -b16 -r 22050 -t raw - | ./multimon-ng - (note the trailing dash)

Packaging

qmake multimon-ng.pro PREFIX=/usr/local
make
make install INSTALL_ROOT=/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.1%
  • Python 1.4%
  • Other 1.5%