I’m looking for users who seek to bridge two different meshtastic networks or otherwise perform actions based on radio activity.
I’ve pushed up an early Python implemention that works with v1.2 and can send radio messages to and from MQTT servers or other radios via TCP networks
The bridge can:
Send encrypted radio messages to an MQTT topic
Receive encrypted MQTT messages from above and transmit to a connected radio
Radio messages can be ignored before transmission to other networks by attributes such as: target address, application (portnum), and distance from a connected node
Radio messages can also be modified before transmission to a radio or other network
Submit web requests to other services using radio message attributes
If you enjoy early stage software and you have an interest connecting two radio networks, please reach out.
just FYI the bridge I’ve developed only supports firmware 1.2 at the moment. Once 2.0 is released I’ll convert it, assuming there’s sufficient interest.
Of course, anyone can fork the repo and make it work with 1.3.x.