摘要:
MQTT是基于TCP/IP协议栈构建的异步通信消息协议,是一种轻量级的发布/订阅信息传输协议。MQTT在时间和空间上,将消息发送者与接受者分离,可以在不可靠的网络环境中进行扩展。适用于设备硬件存储空间有限或网络带宽有限的场景。物联网平台支持设备使用MQTT协议接入。 官网:mqtt.org wiki 阅读全文
摘要:
go命令中三个点含义 An import path is a pattern if it includes one or more "..." wildcards, each of which can match any string, including the empty string and 阅读全文