Paho MQTT 嵌入式c客戶端研究筆記 (二)

  paho.mqtt.embedded-c-master\MQTTPacket\samples,這個目錄裏面封裝了發佈消息、訂閱消息的示例。運行pub0sub1,這個示例裏面會去訂閱主題消息、發佈主題消息。而且訂閱和發佈的消息是同一個主題,因此在運行過程當中會看到循環打印同一份消息。代碼以下:html #include <stdio.h> #include <string.h> #include
相關文章
相關標籤/搜索