Install MQTT X using the Command Line.
Designed to help develop and debug MQTT faster on the terminal.
100% open source under Apache 2.0 license
Get up and run with no prerequisites required
Quick integration into automation test scripts
Support for one-way and two-way SSL authentication
mqttx conn -h 'broker.emqx.io' -p 1883 -u 'admin' -P 'public'
mqttx sub -t 'hello' -h 'broker.emqx.io' -p 1883
mqttx pub -t 'hello' -h 'broker.emqx.io' -p 1883 -m 'Hello from MQTTX CLI'
MQTT X is designed for an easier way to develop and test IoT applications. Connect MQTT X to a powerful MQTT broker or cloud with one click, and enjoy the combined power to build your business-critical IoT platforms and applications quickly.