meshcli: Meshtastic MQTT 纯 CLI 聊天客户端(数据包解码参考 meshtastic_mqtt_server)

This commit is contained in:
dsh
2026-08-20 20:55:06 +08:00
commit 7beecfc7ce
7 changed files with 1131 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
module meshcli
go 1.25.0
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
google.golang.org/protobuf v1.36.12
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.44.0 // indirect
golang.org/x/sync v0.17.0 // indirect
)