sdr:radiomessagerie

Ceci est une ancienne révision du document !


Radiomessagerie et SDR

Pour capter les radiomessageries, il faut utiliser mulimon-ng un fork du multimon présent dans les dépôts.

git clone https://github.com/EliasOenal/multimon-ng/ multimon-ng

Avant de le compiler, il faut installer les dépendances :

sudo apt-get update && sudo apt-get install libpulse-dev qt4-dev-tools qt4-qmake

Les informations pour compiler multimon-ng sont dans le fichier README.md.

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

Avec la bonne fréquence récupérer avec gqrx, il faut lancer la commande :

rtl_fm -s 22050 -f 466.954M - | multimon-ng -t raw -a POCSAG512 -a POCSAG1200 -a POCSAG2400 -

ou pour écouter depuis gqrx :

nc -l -u -p 7355 | sox -t raw -esigned-integer -b16 -r 48000 - -t raw -esigned-integer -b16 -r 22050 - | multimon-ng -t raw -a POCSAG512 -a POCSAG1200 -a POCSAG2400 -
  • sdr/radiomessagerie.1446846270.txt.gz
  • Dernière modification : 2015/11/06 16:44
  • de 127.0.0.1