MQTT broker 用过几个,如果是自己测试做实验,比较喜欢HiveMQ CE和hivemq mqtt web client
HiveMQ CE是一个MQTT服务器,有windows Linux多个版本支持websocket;
hivemq mqtt web client是一个基于websocket的web客户端连接HiveMQ CE非常方便。
HiveMQ CE is a Java-based open source MQTT broker that fully supports MQTT 3.x and MQTT 5. It is ideal for developers that need to embed an MQTT broker into a Java application and for creating IoT pilots and PoC.
https://github.com/hivemq/hivemq-community-edition
hivemq-mqtt-web-client A websockets based MQTT Client for your browser.
https://github.com/hivemq/hivemq-mqtt-web-client
This client runs on any modern browser, which supports websockets (sorry Internet Explorer <10!). You can use it to publish and subscribe at the same time.
See it in action at http://hivemq.com/demos/websocket-client/


本文介绍了MQTTBrokerHiveMQCE及其配套的web客户端hivemqmqttwebclient的使用体验。HiveMQCE是一款开源的MQTT服务器,支持多个操作系统,包括Windows和Linux,并且兼容MQTT3.x和MQTT5标准。它适用于Java应用中嵌入MQTTBroker的需求,以及物联网项目的试点和概念验证阶段。hivemqmqttwebclient则是一款基于websockets的MQTT客户端,可在现代浏览器上运行,支持同时发布和订阅消息。
1674

被折叠的 条评论
为什么被折叠?



