Skip to content

brad28b/meshtastic-cli-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meshtastic-cli-chat

Meshtastic interactive command-line chat

Screenshot 2024-07-12 144636

Screenshot 2024-07-12 144749

Screenshot 2024-07-12 144318

Installation

If using Windows, you will need to install curses with:

  • pip3 install windows-curses

Configuration

  • Decide if you will be connecting to your node via TCP or Serial. If using TCP, edit 'meshchat_tcp.py', and configure both your Nodes IP address, and the channel index you want to operate on (normally 0). If using Serial, edit 'meshchat_serial.py', and configure both your serial port address for your node (usually either /dev/ttyUSB0 or /dev/ttyACM0), and the channel index you want to operate on (normally 0). If using Windows, set your serial port like this: "COM4". You can find the COM# in Device Manager.

Usage

  • If using Serial: python meshchat_serial.py
  • If using Tcp: python meshchat_tcp.py
  • Use the /help command for, funnily enough, help!

TODO

  • Handle screen resizes gracefully
  • Handle message acknowledgements

About

Meshtastic interactive command-line chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages