From ac941e84245daeca02ddc9a8e0b606eaaa8ed24b Mon Sep 17 00:00:00 2001 From: MMX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 1 Nov 2025 13:32:32 +0300 Subject: [PATCH] Enhance README with setup instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index edb8727..ddefba4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # meshtastic2pocsag Python bridge from wifi connected node to rpitx pocsag app that transmits pocsag messages to the air +

+Use raspberry pi,
+setup python 3.13.9 with `pyenv` while being in user shell
+do `pip install meshtastic pubsub`
+download/compile and place rpitx at this path `/home/pi/rpitx`
+edit `m2p.py` enter your friendly nodes id's that are starting with `!`
+enter your pocsag capcodes for getting direct messages - with sound
+and mail capcode for all other messages (in channels)
+edit frequency
+edit your node IP address at the end
+
+Run `python m2p.py` and send message to your node - rpi should retransmit it via pocsag to selected capcode!