aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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
+