Connect two distinct radio Meshtastic networks using TCP.
LOCAL_NODE_ADDR
REMOTE_NODE_ARR
Refer to https://meshtastic.org/docs/settings/config/wifi#wifi-client to configure a Meshtastic device to use wifi and expose a TCP address
Run the following steps to download and install the software locally
$ git clone https://github.com/geoffwhittington/meshtastic-bridge.git $ python3 -m venv meshtastic-bridge $ cd meshtastic-bridge $ source bin/activate $ pip install -r requirements.txt
In the meshtastic-bridge directory run the following:
meshtastic-bridge
LOCAL_NODE_ADDR=/dev/ttyUSB0 REMOTE_NODE_ARR=182.168.86.123 python main.py