feat: replace iot adapter with mqtt command pipeline

This commit is contained in:
2026-08-03 13:18:11 +08:00
parent 6ed417c8c1
commit fefdba470a
48 changed files with 1620 additions and 338 deletions

14
backend/iot-server/go.mod Normal file
View File

@@ -0,0 +1,14 @@
module git.apinb.com/heqiapp/platforms/backend/iot-server
go 1.26.1
require (
github.com/eclipse/paho.mqtt.golang v1.5.1
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sync v0.20.0 // indirect
)