Outils pour utilisateurs

Outils du site


radio_definie_par_logiciel_sdr

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Prochaine révisionLes deux révisions suivantes
radio_definie_par_logiciel_sdr [2018/07/27 10:24] Benjamin Labomediaradio_definie_par_logiciel_sdr [2023/01/10 11:56] – [Références] Benjamin Labomedia
Ligne 24: Ligne 24:
   * Plateforme émetteur récepteur 100 KHz - 3,8 GHz https://www.crowdsupply.com/lime-micro/limesdr site officiel https://myriadrf.org/projects/limesdr/   * Plateforme émetteur récepteur 100 KHz - 3,8 GHz https://www.crowdsupply.com/lime-micro/limesdr site officiel https://myriadrf.org/projects/limesdr/
  
 +==== Crazyradio PA ====
 +
 +  * Crazyradio PA is a long range open USB radio dongle @ 2.4 GHz https://www.bitcraze.io/products/crazyradio-pa/
 ==== rtl-sdr ==== ==== rtl-sdr ====
  
Ligne 64: Ligne 67:
   * Décodage RDS avec rtl-sdr http://www.anotherurl.com/library/sdr/sdrrds.htm   * Décodage RDS avec rtl-sdr http://www.anotherurl.com/library/sdr/sdrrds.htm
  
-===== Applications =====+==== GQRX écouter et visualiser le spectre EM ==== 
 +Logiciel GQRX pour Linux et MacOS  https://gqrx.dk/
  
 +{{ :media_05:capturegqrx.png |}}
 +
 +Pour démarrer automatiquement (play) gqrx en ligne de commande, tentative via xdotool
 +<code type=bash>
 +#!/bin/bash
 +gqrx & 
 +sleep 10
 +gqrxWindow=$(xdotool search --name "Gqrx( )")
 +xdotool windowactivate  --sync $gqrxWindow key ctrl+d
 +</code>
 +Voir également le fichier de config de gqrx pour paramétrages au démarrage
 +===== Applications =====
 +  * **FISSURE - The RF Framework** : Frequency Independent SDR-based Signal Understanding and Reverse Engineering, FISSURE is an open-source RF and reverse engineering framework designed for all skill levels with hooks for signal detection and classification, protocol discovery, attack execution, IQ manipulation, vulnerability analysis, automation, and AI/ML. 
 ===== Références ===== ===== Références =====
  
-  * http://p-node.org/doc/index.php/Rtl_sdr+  * Autoreplicant pibox : une Pi transmet par ondes radio le code de son OS en espérant se cloner https://p-node.org/actions/bergen-piksel-or-autoreplicant-p-box documentation technique 
  
-{{tag>bj}}+{{tag>bj radio rtlsdr}}
radio_definie_par_logiciel_sdr.txt · Dernière modification : 2023/08/30 19:43 de Benjamin Labomedia