2026-02-11 14:48:50 -06:00
2026-02-11 14:48:50 -06:00
2026-01-19 02:23:01 +00:00
2026-02-11 14:48:50 -06:00
2026-02-11 14:48:50 -06:00
2026-01-19 02:32:07 +00:00

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 rename config.json.example to config.json, and update config.json to be the remote llama link.
Going to the correct address in a browser will return "405 method not allowed"
```
cp config.json.example config.json
```


Run Python Meshroller
```
python meshroller.py
```
Description
Python Meshtastic Remote Roller
Readme 58 KiB
Languages
Python 99.7%
Shell 0.3%