Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| how-to:lfcg:installation-station-ogn [2020/06/06 17:17] – créée yoann | how-to:lfcg:installation-station-ogn [2021/02/01 21:51] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | {{tag> | + | {{tag> |
| ====== Installation ====== | ====== Installation ====== | ||
| Ligne 28: | Ligne 28: | ||
| sudo dpkg-reconfigure locales | sudo dpkg-reconfigure locales | ||
| sudo dpkg-reconfigure tz-data | sudo dpkg-reconfigure tz-data | ||
| + | |||
| + | |||
| + | ===== Installation Open glider network ===== | ||
| + | |||
| + | Les détails sont donné su le wiki http:// | ||
| + | Décompresser l' | ||
| + | configuration | ||
| + | |||
| + | <file txt LFCG.conf> | ||
| + | |||
| + | RF: | ||
| + | { | ||
| + | FreqCorr = +50; # [ppm] " | ||
| + | |||
| + | GSM: # for frequency calibration based on GSM signals | ||
| + | { CenterFreq | ||
| + | Gain = 25.0; # [dB] RF input gain (beware that GSM signals are very strong !) | ||
| + | } ; | ||
| + | } ; | ||
| + | |||
| + | Position: | ||
| + | { Latitude | ||
| + | Longitude | ||
| + | Altitude | ||
| + | GeoidSepar = 49; # [m] Geoid separation: FLARM transmits GPS altitude, APRS uses means Sea level altitude | ||
| + | } ; | ||
| + | |||
| + | APRS: | ||
| + | { Call = " | ||
| + | # Please refer to http:// | ||
| + | } ; | ||
| + | </ | ||
| + | |||
| + | Pour visualiser la sortie du récepteur radio: | ||
| + | <code bash> | ||
| + | telnet localhost 50000 | ||
| + | </ | ||
| + | |||
| + | Pour visualiser les message du serveur OGN | ||
| + | <code bash> | ||
| + | telnet localhost 50001 | ||
| + | </ | ||
| + | |||
| + | Controler le service: | ||
| + | <code bash> | ||
| + | sudo service rtlsdr-ogn stop | ||
| + | sudo service rtlsdr-ogn start | ||
| + | </ | ||
| + | |||
| + | Listes des récepteurs: | ||
| + | * http:// | ||
| + | |||
| + | La liste interactive: | ||
| + | * https:// | ||
| + | < | ||
| + | cette liste permet de vérifier que la station de reception fonctionne bien. | ||
| + | </ | ||
| + | |||
| + | Carte des récepteurs OGN: | ||
| + | * https:// | ||
| + | |||
| ===== Références ===== | ===== Références ===== | ||