forked from iarv/MeshtasticBot
610 B
610 B
🛰️ Meshtastic Bot
A minimal Python-based Meshtastic bot that connects via TCP to your radio (e.g., 192.168.0.156:4403).
It listens for direct text messages and responds to simple commands like:
ping→ replies withpongand signal stats (SNR, RSSI, hops)mail→ shows mail command helpinfo→ displays bot infohelp→ lists available commands
All actions are logged to meshtastic_bot.log and printed in the console.
Easily extendable with new commands via the clean handler structure.
Run:
pip install meshtastic pypubsub
python meshtastic_bot.py