Skip to content

Chat client for meshtastic nodes connected to IP network and directly to BLE

License

Notifications You must be signed in to change notification settings

pablorevilla-meshtastic/MeshChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshChat

Simple Primary Channel Chat client for Meshtastic

node

Preparing

Clone the repo from gitHub with:

gh repo clone pablorevilla-meshtastic/MeshChat

Create a python virtual environment:

cd MeshChat
python3 -m venv env

Install the environment requirements:

./env/bin/pip install -r requirements.txt

Edit 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:CA

Running Chat

Start the chat client for BLE

./env/bin/python chatble.py

Start the chat client for IP

./env/bin/python chatip.py

About

Chat client for meshtastic nodes connected to IP network and directly to BLE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages