Skip to content

A CLI to receive Meshtastic messages from MQTT or a radio connected to a serial port, written in Go

License

Notifications You must be signed in to change notification settings

wheresalice/meshclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meshclient

Release

A CLI to receive Meshtastic messages from MQTT or a radio connected to a serial port, written in Go

Screenshot

Usage

MQTT

meshclient m  # Use the defaults to connect to LongFast on EU_868
meshclient mqtt --url "tcp://mqtt.meshtastic.org:1883" --username "meshdev" --password "large4cats" --topic "msh/EU_868" --channel "LongFast"  # The long form of the above

Radio

meshclient r  # Use the defaults to connect to a radio on /dev/ttyUSB0
meshclient radio --port "/dev/ttyUSB0"

About

A CLI to receive Meshtastic messages from MQTT or a radio connected to a serial port, written in Go

Topics

Resources

License

Stars

Watchers

Forks

Languages