摘要:
mqtt 介绍 https://mqtt.org/getting-started/ https://www.hivemq.com/mqtt-essentials/ mqtt api http://www.eclipse.org/paho/files/mqttdoc/MQTTClient/html/_ 阅读全文
摘要:
多线程 由于pthread库不是Linux系统默认的库,连接时需要使用库libpthread.a,所以在使用pthread_create创建线程时,在编译中要加 -lpthread 参数 gcc -o pthread -lpthread pthread.c MQTT 因为我们要用到动态库文件paho 阅读全文
摘要:
modbus tcp/ip 官方英文文档 https://modbus.org/docs/Modbus_Messaging_Implementation_Guide_V1_0b.pdf 中文文档 https://www.doc88.com/p-1092124421214.html modbus ua 阅读全文
摘要:
下载 Windows 10 https://www.microsoft.com/zh-cn/software-download/windows10 精简版(企业版 LTSC) https://www.microsoft.com/zh-cn/evalcenter/download-windows-10 阅读全文