2019年9月30日 星期一

[MQTT] What it AND WHY

簡述:

MQTT 是一個 Client/Server 的輕量級訊息傳遞網路協議, 主要應用在硬體性能低下或是網路能力糟糕的環境下. 它是為了最大程度的減少電池損耗, 使用最小的網路頻寬, 已透過衛星和石油管道設備連接. 因此, 它有以下幾個要求:

  • Simple implementation
  • Quality of Service data delivery
  • Lightweight and bandwidth efficient
  • Data agnostic
  • Continuous session awareness

沒有留言:

張貼留言

[ NT98515] CROSSCOMPILE ECLIPSE PAHO MQTT C Client

簡述: 試著把 Eclipse Paho MQTT C client  移植到 NT98515 的平台, 並且測試驗證. 下載 source: git clone https://github.com/eclipse/paho.mqtt.c make: cmake $ cmake...