From 7afd9aaa28e0e7e19cd9e3b54b18a6f6ea77d752 Mon Sep 17 00:00:00 2001 From: nicoboy Date: Mon, 20 Jul 2026 15:41:33 +0200 Subject: [PATCH] =?UTF-8?q?Ajouter=20config=20de=20r=C3=A9f=C3=A9rence=20w?= =?UTF-8?q?ifibroadcast=5Fgs.cfg=20pour=20suivi=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/wifibroadcast_gs.cfg | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 config/wifibroadcast_gs.cfg diff --git a/config/wifibroadcast_gs.cfg b/config/wifibroadcast_gs.cfg new file mode 100644 index 0000000..2be5b4a --- /dev/null +++ b/config/wifibroadcast_gs.cfg @@ -0,0 +1,32 @@ +# Fichier de RÉFÉRENCE versionné pour /etc/wifibroadcast.cfg (Jetson, +# ground station). Le vrai fichier système n'est PAS versionné +# directement (fichier hors dépôt git). Workflow : +# 1. Modifier CE fichier ici, commit/push +# 2. Appliquer manuellement sur le système : +# sudo cp config/wifibroadcast_gs.cfg /etc/wifibroadcast.cfg +# sudo systemctl restart wfb-server-gs.service +# 3. Toujours faire un .bak du fichier système avant d'écraser +# Historique de campagne : voir 20260719_wireclaw_avancement_v16.md et +# suivants pour le contexte de chaque changement (canal, bandwidth, MCS, +# fec_delay). +# + +[common] +wifi_channel = 6 # 149 = 5GHz (DFS/UNII) | 6 = 2.4GHz (2437MHz, HT40 marge) +wifi_region = 'FR' # Réglementation CRDA — FR par défaut ici, +bandwidth = 40 # Test 2.4GHz HT40 (canal 6 primaire + canal 2/10 secondaire) + # 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 + +[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).