将mqtt客户端改成mqtt服务端

This commit is contained in:
2026-06-03 11:52:55 +08:00
parent e56262c2d3
commit 618bde456a
5 changed files with 135 additions and 132 deletions
+3 -3
View File
@@ -3,12 +3,12 @@ module meshtastic_mqtt_server
go 1.23
require (
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/mochi-mqtt/server/v2 v2.7.9
google.golang.org/protobuf v1.36.11
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
github.com/rs/xid v1.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)