From d32ad8c94e9e2b5275bca0bf2599fd3ffd6dec12 Mon Sep 17 00:00:00 2001 From: nicoboy Date: Mon, 20 Jul 2026 19:22:51 +0200 Subject: [PATCH] =?UTF-8?q?Ajouter=20profils=20radio=20version=C3=A9s=20(5?= =?UTF-8?q?GHz=20+=202.4GHz,=20bandwidth=3D40=20sur=20les=20deux)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...cast_gs.cfg => wifibroadcast_gs_24ghz.cfg} | 0 config/wifibroadcast_gs_5ghz.cfg | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) rename config/{wifibroadcast_gs.cfg => wifibroadcast_gs_24ghz.cfg} (100%) create mode 100644 config/wifibroadcast_gs_5ghz.cfg diff --git a/config/wifibroadcast_gs.cfg b/config/wifibroadcast_gs_24ghz.cfg similarity index 100% rename from config/wifibroadcast_gs.cfg rename to config/wifibroadcast_gs_24ghz.cfg diff --git a/config/wifibroadcast_gs_5ghz.cfg b/config/wifibroadcast_gs_5ghz.cfg new file mode 100644 index 0000000..7e8a236 --- /dev/null +++ b/config/wifibroadcast_gs_5ghz.cfg @@ -0,0 +1,19 @@ +[common] +wifi_channel = 149 # 149 = 5GHz (DFS/UNII) | 1 = 2.4GHz +wifi_region = 'FR' # Réglementation CRDA — FR par défaut ici, + # PAS 'BO'/'GY' (max tx power, hors cadre FR) + +[gs_mavlink] +fec_delay = 20000 # us -- meme mecanisme que gs_tunnel, valeur adaptee a MCS3. Validation formelle en attente (trafic MAVLink vivant requis). Cf v16. +peer = 'connect://127.0.0.1:14550' # outgoing connection + +[gs_video] +peer = 'connect://127.0.0.1:5600' # outgoing connection +bandwidth = 40 # HT40, jamais testé sur 5GHz avant ce profil + +[gs_tunnel] +fec_delay = 35000 # µs — décorrèle les 2 copies FEC (k=1/n=2) pour + # échapper aux fenêtres de surdité half-duplex. + # Cf. 20260718_wireclaw_avancement_v15.md / méthode Fable. + # Plafonne le débit tunnel à ~300 kbps (OK ping/ + # sideband/SSH interactif, PAS pour scp/gros transferts).