MENU

mqtt

MQTT协议(三)——订阅

当客户端和服务端连接成功后,客户端需要向服务端订阅自己感兴趣的主题消息这样才能够收到消息。涉及到的报文有SUBSCRIBE,SUBSCRIBE ACK。

阅读全文

windows环境下MQTT Apollo搭建

Apollo是一款由Apache研发的一款MQTT broker。借用官方的介绍:ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ. It accomplishes this using a radically different threading and message dispatching architecture. Like ActiveMQ, Apollo is a multi-protocol broker and supports STOMP, AMQP, MQTT, Openwire, SSL, and WebSockets.

阅读全文

MQTT初探

MQTT从本科开始就已经早有耳闻,一直没有去研究它,最近想自己搭一套开源的物联网云平台,于是仔细研究起来。

阅读全文