【feat】添加tcp指令下发

This commit is contained in:
XM-GO
2023-09-27 17:30:11 +08:00
parent 9eff841b81
commit 0dc58c0d18
19 changed files with 481 additions and 83 deletions

View File

@@ -43,3 +43,11 @@ const (
CMDFAIL = "1" //执行失败
CMDRUNNING = "2" // 执行中
)
const (
MQTTProtocol = "MQTT"
CoAPProtocol = "CoAP"
TCPProtocol = "TCP"
HTTPProtocol = "HTTP"
LwM2MProtocol = "LwM2M"
)