diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-07-13 11:23:58 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2023-07-13 11:23:58 +0200 |
commit | 09e294e240921cc8af73677a273abcbaf447b8de (patch) | |
tree | fd7b242cfa96beb6b0a06864bbfb2f6fae114379 /README.md | |
parent | 6f9e0d4ed4036fe3b0fe0ff85e02611cf8672ca2 (diff) | |
download | lora-aprs-hb9egm-09e294e240921cc8af73677a273abcbaf447b8de.tar.gz lora-aprs-hb9egm-09e294e240921cc8af73677a273abcbaf447b8de.tar.bz2 lora-aprs-hb9egm-09e294e240921cc8af73677a273abcbaf447b8de.zip |
Add raspi igate script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -9,3 +9,18 @@ Try to follow https://aprs434.github.io/ Contains STM32F103, u-blox NEO-M8N, RFM98W 433MHz LoRa Module and AFT09MS007NT1 PA: ![3d view](tracker-kicad/20230709-tracker-kicad-3d.png) + +## i-gate + +`python/igate.py` contains an APRS-IS i-gate that uses a RFM98W on a Raspberry Pi. +It only forwards position reports. + +### Installation + +Configuration: Modify the CALLSIGN and PASSCODE inside `igate.py` + + cd python + python3 -m venv venv + venv/bin/pip install -r requirements.txt + ./igate.py + |