MQTT简介
MQTT standards for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimise network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium.
MQTT 文档
MQTT 3.1.1中文版
MQTT 3.1.1英文版
MQTT community Wiki包含了关于MQTT协议的介绍,协议规范,应用...
MQTT Library
MQTT Broker: https://github.com/mqtt/mqtt.github.io/wiki/servers
mosquitto: http://mosquitto.org/
MQTT Over WebSocket
HiveMQ: http://www.hivemq.com/
HiveMQ 3.0 -User Guide:
http://www.hivemq.com/docs/hivemq/latest/
MQTT Client:
1. https://github.com/mqtt/mqtt.github.io/wiki/libraries
2.http://www.eclipse.org/paho/
还有一些关于MQTT的博客:
http://topmanopensource.iteye.com/category/58005?page=5
http://blog.csdn.net/hjx_1000/article/category/2127857
http://blog.csdn.net/xukai871105/article/details/39252653
在线测试MQTT:
MQTT Over WebSocket: http://test.mosquitto.org/ws.html
tempgauge: https://github.com/jpmens/tempgauge
MQTT Dashboard: http://mqttdashboard.com/dashboard
test.mosquitto.org: http://test.mosquitto.org/