欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
MQTT
来自开放百科 - 灰狐
(版本间的差异)
小 (→文档) |
小 (→项目) |
||
(未显示1个用户的5个中间版本) | |||
第5行: | 第5行: | ||
结构化信息标准促进组织OASIS宣布将MQTT(消息队列遥测传输)作为新兴的物联网消息传递协议的首选标准,这个新兴的物联网可能是一个价值数万亿美元的市场。 | 结构化信息标准促进组织OASIS宣布将MQTT(消息队列遥测传输)作为新兴的物联网消息传递协议的首选标准,这个新兴的物联网可能是一个价值数万亿美元的市场。 | ||
+ | |||
+ | ==简介== | ||
+ | MQTT 是基于发布/订阅模式的轻量级物联网消息传输协议 | ||
+ | |||
+ | [https://www.emqx.io/cn/mqtt MQTT 介绍] | ||
+ | |||
+ | ==协议== | ||
+ | *[https://docs.oasis-open.org/mqtt/mqtt/v5.0/cs02/mqtt-v5.0-cs02.html MQTT V5.0 协议规范] | ||
+ | *[http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html MQTT V3.1.1协议规范] | ||
+ | |||
+ | ==功能== | ||
==项目== | ==项目== | ||
− | *[[ | + | *[[EMQ]] |
*[[VerneMQ]] | *[[VerneMQ]] | ||
+ | *[[Ejabberd]] | ||
*[https://github.com/mcollina/mosca Mosca is a node.js mqtt broker] | *[https://github.com/mcollina/mosca Mosca is a node.js mqtt broker] | ||
*[[RabbitMQ]] [http://www.rabbitmq.com/blog/2012/09/12/mqtt-adapter/ MQTT plugin] | *[[RabbitMQ]] [http://www.rabbitmq.com/blog/2012/09/12/mqtt-adapter/ MQTT plugin] | ||
*[[Apache ActiveMQ]] [http://activemq.apache.org/mqtt.html MQTT plugin] | *[[Apache ActiveMQ]] [http://activemq.apache.org/mqtt.html MQTT plugin] | ||
+ | *[https://github.com/emitter-io/emitter Emitter] Distributed Publish-Subscribe Platform, written entirely in [[Go]]. | ||
+ | *[https://github.com/moquette-io/moquette Moquette] is a Java MQTT broker based on an eventing model with [[Netty]]. | ||
+ | *[https://www.mosquitto.org/ Eclipse Mosquitto] | ||
+ | *[https://github.com/chkr1011/MQTTnet/ MQTTnet] is a high performance [[.NET]] library for MQTT based communication. | ||
==文档== | ==文档== | ||
*[http://docs.huihoo.com/javaone/2015/CON5325-Control-All-the-Things-Building-an-IoT-Web-Control-Center-in-Java-with-MQTT.pdf Control All the Things! Building an IoT Web Control Center in Java with MQTT] | *[http://docs.huihoo.com/javaone/2015/CON5325-Control-All-the-Things-Building-an-IoT-Web-Control-Center-in-Java-with-MQTT.pdf Control All the Things! Building an IoT Web Control Center in Java with MQTT] | ||
*[http://docs.huihoo.com/infoq/ASshenzhen-framework-and-implementation-of-real-time-system-20140719.pdf MQTT实时系统架构与实践] | *[http://docs.huihoo.com/infoq/ASshenzhen-framework-and-implementation-of-real-time-system-20140719.pdf MQTT实时系统架构与实践] | ||
+ | |||
+ | ==图集== | ||
+ | <gallery> | ||
+ | image:MQTT-Solution.png|MQTT 应用行业 | ||
+ | </gallery> | ||
==链接== | ==链接== | ||
第24行: | 第45行: | ||
[[category:Internet of Things]] | [[category:Internet of Things]] | ||
+ | [[category:MQTT]] | ||
[[category:MOM]] | [[category:MOM]] | ||
[[category:IBM]] | [[category:IBM]] |
2020年11月9日 (一) 03:03的最后版本
您可以在Wikipedia上了解到此条目的英文信息 MQTT Thanks, Wikipedia. |
MQ Telemetry Transport (MQTT)
结构化信息标准促进组织OASIS宣布将MQTT(消息队列遥测传输)作为新兴的物联网消息传递协议的首选标准,这个新兴的物联网可能是一个价值数万亿美元的市场。
目录 |
[编辑] 简介
MQTT 是基于发布/订阅模式的轻量级物联网消息传输协议
[编辑] 协议
[编辑] 功能
[编辑] 项目
- EMQ
- VerneMQ
- Ejabberd
- Mosca is a node.js mqtt broker
- RabbitMQ MQTT plugin
- Apache ActiveMQ MQTT plugin
- Emitter Distributed Publish-Subscribe Platform, written entirely in Go.
- Moquette is a Java MQTT broker based on an eventing model with Netty.
- Eclipse Mosquitto
- MQTTnet is a high performance .NET library for MQTT based communication.
[编辑] 文档
[编辑] 图集
[编辑] 链接
分享您的观点