aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2023-07-13 11:23:58 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2023-07-13 11:23:58 +0200
commit09e294e240921cc8af73677a273abcbaf447b8de (patch)
treefd7b242cfa96beb6b0a06864bbfb2f6fae114379 /README.md
parent6f9e0d4ed4036fe3b0fe0ff85e02611cf8672ca2 (diff)
downloadlora-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.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9219919..260cb0b 100644
--- a/README.md
+++ b/README.md
@@ -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
+