wheresalice / meshclient

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Go 100.0%