摘要: wifi、蓝牙、zigbee三种无线通讯方式的对比 阅读全文
posted @ 2020-06-03 17:28 HuDaXia 阅读(1130) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> #include <ctype.h> void StrToHex(unsigned char *pbDest, unsigned char *pbSrc, int nLen) { c 阅读全文
posted @ 2020-06-03 17:27 HuDaXia 阅读(2048) 评论(0) 推荐(0)
摘要: 阿里云文档可以参考 https://code.aliyun.com/edward.yangx/public-docs/wikis/user-guide/linkkit/Paho_MQTT_Guide/Paho_C 1】克隆: git clone git@github.com:eclipse/paho 阅读全文
posted @ 2020-06-03 16:27 HuDaXia 阅读(2946) 评论(0) 推荐(0)
摘要: 1】下载源码:wget https://mosquitto.org/files/source/mosquitto-1.6.9.tar.gz 2】tar zxfv mosquitto-1.6.9.tar.gz 3】cd mosquitto-1.6.9 4】gedit CMakeLists.txt 在s 阅读全文
posted @ 2020-06-03 16:19 HuDaXia 阅读(3337) 评论(0) 推荐(0)