A Dockerized Relay for Meshtastic and Matrix featuring an Integrated Virtual Meshtastic Node communicating via MQTT
 
 
 
Go to file
Jeremiah K 82d871fcc9 Merge branch 'dev' 2023-11-26 18:39:44 -06:00
.github/workflows
app Small wording changes in comments and readme 2023-11-26 18:06:09 -06:00
device
.gitignore Move docker-compose.yaml 2 sample & add .gitignore 2023-10-25 11:02:33 -05:00
.gitmodules
LICENSE
README.md Update README.md 2023-11-26 18:27:13 -06:00
docker-compose-sample.yaml Update MESHTATIC_HOST to match scripts 2023-11-26 18:37:01 -06:00
mmrelay.sh

README.md

MMRELAYNODE

A relay between Meshtastic and Matrix with native Meshtastic node connected via MQTT

The repository uses firmware built based on https://github.com/meshtastic/firmware.

Relay operation is implemented using the Meshtastic <=> Matrix Relay https://github.com/geoffwhittington/meshtastic-matrix-relay.

Feel free to explore the Meshtastic project on their website: https://meshtastic.org.

git clone https://github.com/mate-dev/mmrelaynode.git
cd mmrelaynode && git submodule update --init
docker compose -f "docker-compose.yaml" up -d --build

If modifying the scripts, with the containers stopped, use these commands to rebuild them:

docker system prune -af
docker-compose build --no-cache
docker-compose up -d --force-recreate 

Use the following command to see the output of command_wrapper.py & the MESHTASTIC_COMMAND_X commands:

docker exec -it mmrelaynode-app cat /home/mesh/app/command_output.txt

Note: If you have several commands, it may take a few minutes to finish them all.