MQTT

MQTT

2021-02-20. Category & Tags: MQTT, IoT

Server #

ActiveMq Classic #

Require: JAVA_HOME (JDK is preferred than JRE, if in development, as JRE ∈ JDK. 150MB) && reboot.

e.g.: Apache ActiveMq (ref, bak).

cd bin
./activemq-admin.bat create mybroker
cd mybroker/bin/
mybroker.bat start

http://127.0.0.1:8161/

EMQX #

Require: Erlang (150MB) (will install MS VC++ Redist. 2015).

ref

download #

https://www.emqx.io/downloads?os=Windows

hands-on #

web: localhost:18083 default account: admin/public

ref: EMQX dashboard, bak

ref: EMQX+Prometheus+Grafana:MQTT 数据可视化监控实践, bak

Client #

e.g. MQTTX, Chrome MQTTBox, etc.

See more servers/clients/tools/libs here: HiveMq