Initial commit

This commit is contained in:
2026-01-17 21:18:44 +00:00
commit 458e35943a
4 changed files with 602 additions and 0 deletions

14
readme.txt Normal file
View File

@@ -0,0 +1,14 @@
Run these commands to prepare the venv and install the meshtastic module
```
python -m venv venv
source venv/bin/activate
pip install meshtastic
```
If using a remote llama connection update config.json to be the remote llama link.
Going to the correct address in a browser will return "405 method not allowed"
Run Python Meshroller
```
python meshroller.py
```