Mqtt學習指南

MQTT是物聯網應用當中一種很是重要的,輕量級的協議,現將該協議的重要學習資源整理一下,但願能爲初學者提供一個完整的學習資源。php

  MQTT是一個客戶端服務端架構的發佈/訂閱模式的消息傳輸協議。它的設計思想是輕巧、開放、簡單、規範,易於實現。這些特色使得它對不少場景來講都是很好的選擇,特別是對於受限的環境如機器與機器的通訊(M2M)以及物聯網環境(IoT)html

 

  

  (Example of an MQTT connection (QoS 0) with connect, publish/subscribe, and disconnect.)git

MQTT學習資源

MQTT broker

  

  • hivemq(Java) 企業級MQTT Broker,提供高性能、高可用、高擴展、高安全性的企業級服務。
  • hivemq github Enterprise MQTT Broker
  • emqtt(erlang)部分免費開源+企業版收費模式
  • mosquitto Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 3.1 and 3.1.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers.
  • mqtt.github.io  可公開訪問的MQTT代理
相關文章
相關標籤/搜索