From 09e294e240921cc8af73677a273abcbaf447b8de Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 13 Jul 2023 11:23:58 +0200 Subject: Add raspi igate script --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') 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 + -- cgit v1.2.3