Go to file
MMX ac941e8424
Enhance README with setup instructions
2025-11-01 13:32:32 +03:00
.gitignore Initial commit 2025-11-01 13:22:16 +03:00
LICENSE Initial commit 2025-11-01 13:22:16 +03:00
README.md Enhance README with setup instructions 2025-11-01 13:32:32 +03:00
m2p.py First version 2025-11-01 13:26:50 +03:00

README.md

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!