HackRF One

https://greatscottgadgets.com/hackrf/one/ => SDR with HackRF One

sudo apt-get install hackrf

Avec Debian 12 :

sudo apt-get install pipx
pipx install urh
pipx ensurepath

Dans la console, taper urh pour lancer le programme Universal Radio Hacker (ou par le Menu principal : icône – /home/$USER/.local/bin/urh).

Autres liens :
http://jmfriedt.free.fr/
La radio logicielle : un sujet d’enseignement et un moyen d’enseigner
les communications sans fil à l’université

Matériel pour la radio logicielle
Quelques fondements théoriques pour aborder la radio logicielle
Groupe Facebook RTL-SDR France

Depuis le 13 août 2025, je procède de cette manière suite à un problème à l’installation :

Avec Debian 13, pour la version 2.10.0 de URH :

sudo apt-get install cython3

Pour exécuter Universal Radio Hacker sans installation :

git clone https://github.com/jopohl/urh/
cd urh/src/urh
PYTHONPATH=.. ./main.py
git clone https://github.com/jopohl/urh/
mv urh /home/$USER/.local/share/   ($USER à adapter)

Le fichier urh.desktop pour l’intégration au menu est :

[Desktop Entry]
Type=Application
Name=Universal Radio Hacker
Comment=Investigate wireless protocols
Path=/home/$USER/.local/share/urh/src/urh/   ($USER à adapter)
Exec=env PYTHONPATH=.. ./main.py
Icon=/home/$USER/.local/share/urh/data/icons/appicon.png   ($USER à adapter)
Terminal=false
Categories=HamRadio