No description
- Python 100%
| bot.py | ||
| LICENSE | ||
| README.md | ||
Meshdelta
Meshdelta is a WIP Meshtastic<->Delta Chat bridge
How to setup
Requirements
- Python
- meshage
- deltachat-rpc-client
Configuration
- Create mqtt.conf and specify your values
[mqtt]
host=mqtt.meshtastic.org
port=8883
username=meshdev
password=large4cats
root_topic=msh/US
userid=<random user id>
[keys]
longfast=1PG7OiApB1nwvP+rz05pAQ==
[chats]
13=longfast
- Copy bot's
accountsdir to same place as bot.py Launch bot withpython bot.py
What is missing
- Something other?