Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
请问你们平台有MQTT retain 留存消息的功能吗?
您好,平台中的MQTT驱动本身不是mqtt broker, 和设备通信的时候需要用第三方的broker, 比如ribbitmq, emqx等
如果我现在需要这个功能,那我需要怎么做?
是在哪里需要retain功能, 是指的发送指令的加上retain的配置?
对,有时候下发一条指令,被下发的指令不在线,设备上线的时候需要取出这条消息。