Subscribe to MQTT topics and publish messages from the terminal
Subscribe to a MQTT Topic or publish something quickly from the terminal
mqttui$ mqttui -H broker.example.com -t home/sensors/temperature$ mqttui -H broker.example.com -t home/lights/living_room -m 'on'$ mqttui -H broker.example.com -u username -P password -t devices/status$ mqttui -H broker.example.com -t 'home/+/temperature'$ mqttui -H broker.example.com -p 8883 -t sensors/data