MQTT Manager is a general-purpose application to read and write topics on a MQTT broker through a friendly interface based on widgets.
The application is organized in 4 tabs and each tab can contain up to 20 widgets the user can choose between the available ones:
* Display: Shows a numeric value or text (scrolling it)
* Gauge: Shows a numeric value over a graded scale
* LED: Shows the value of a topic as a LED on or off
* Graph: Shows the values of a topic as a graph
* Switch: Writes a value to the topic depending on the switch position
* Secure Switch: Similar to the Switch Widget. To operate the switch, the protection has to be remove with a click on the yellow bands though
* Switch & LED: Writes a value to a topic and shows its value as a LED on or off
* Knob: Writes a value to a topic proportional to the position of the knob
* Slider: Writes a value to a topic proportional to the position of the slider
* Push Button: Writes a value to a topic when the button is pushed and another value when it is released
The application includes:
* a complete user manual
* the documentation to install a private MQTT broker on:
* Raspberry Pi
* Linux
* macOS
and to use the CloudMQTT service
* Arduino UNO/MEGA and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
点击按钮跳转至开发者官方下载地址...