A Python script using MQTT to bridge Meshtastic networks using different modem settings.
To install:
git clone https://github.com/pdxlocations/ChannelLink-for-Meshtastic.git
cd ChannelLink-for-Meshtastic
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Rename config-example.json and edit configuration:
sudo mv config-example.json config.json
sudo nano config.json