Simple Primary Channel Chat client for Meshtastic
Clone the repo from gitHub with:
gh repo clone pablorevilla-meshtastic/MeshChatCreate a python virtual environment:
cd MeshChatpython3 -m venv envInstall the environment requirements:
./env/bin/pip install -r requirements.txtEdit config.ini and change the IP address of your Meshtastic node.
nano config.ini[node]
# Replace with your Meshtastic node's IP address or MAC Address for BLE connection
node_ip = 192.168.0.10
MAC_ADDRESS = FA:B6:D2:73:3F:CAStart the chat client for BLE
./env/bin/python chatble.pyStart the chat client for IP
./env/bin/python chatip.py