摘要: *******************************************************************https://git.archive.openwrt.org/15.05/openwrt.githttps://github.com/MediaTek-Labs/l 阅读全文
posted @ 2018-03-30 11:25 橙子好甜 阅读(515) 评论(0) 推荐(0)
摘要: MQTT MQTT提供三种Qos的消息传递质量: a.最多一次(Atmost once delivery):QoS=0,协议对此等级应用信息不要求回应确认, 也没有重发机制,这类信息可能会发生消息丢失或重复,取决于TCP/IP提供的尽最大努力交互的数据包服务。 b.最少一次(Atleast once 阅读全文
posted @ 2018-03-30 11:12 橙子好甜 阅读(438) 评论(0) 推荐(0)