MQTT Manager

MQTT Manager

General purpose MQTT interface

开发者: Fabrizio Boco

中国
APP ID 复制
1334811044
分类
价格
USD7.99
内购
0个评分
效率(付费)
昨日下载量
最近更新
2023-04-29
最早发布
2018-01-16
版本统计
  • 783天15小时

    最新版本上线距今

  • 0

    近1年版本更新次数

  • 2018-01-16

    全球最早版本上线日期

版本记录
显示信息
日期
  • 全部
每页显示条数
  • 请选择
  • 版本: 5.7.0

    版本更新日期

    2023-04-29

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    * Support for client/devices certificates
    * Documentation updated (it includes how to configure a local mosquitto broker using SSL and using client certificates for users/devices identification and authentication)
    * Performance improvements and bug fixing

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software
    * documentation includes how to configure a local mosquitto broker with authentication, using SSL and using client certificates for users/devices identification and authentication

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
    * Raspberry Pi Pico W micropython script to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.6.0

    版本更新日期

    2022-12-13

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    * Connection: Hostname and Host IP address separated in two different fields for a better validation
    * Connection:In case of broker with self signed certificate, the certification authority certificate can be provided for validating the broker certificate
    * Connection Log which provides connection error messages
    * Minor fixes and improvements

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
    * Raspberry Pi Pico W micropython script to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.5.0

    版本更新日期

    2022-11-07

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    Connections now accept Base Topic containing leading /
    Connections now accept empty userid and password
    Connection and Disconnection buttons disabled when not usable
    Layout improved
    User Registration Cancellation
    Bug fixing and performance improvements

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
    * Raspberry Pi Pico W micropython script to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.4.1

    版本更新日期

    2022-10-31

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    - Fix for iOS16
    - Performance improvements

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
    * Raspberry Pi Pico W micropython script to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.4.0

    版本更新日期

    2022-10-09

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    Fixes and improvements for iOS16

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
    * Raspberry Pi Pico W micropython script to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.3.0

    版本更新日期

    2022-09-13

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    - Support for Raspberry Pico Pi W
    - Scene copy

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
    * Raspberry Pi Pico W micropython script to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.2.1

    版本更新日期

    2021-10-06

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    Bug fixing and performance improvements

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.2.0

    版本更新日期

    2021-10-01

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    New feature to copy all the widgets from a page into the current page
    Bug fixing and performance improvements

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.1.0

    版本更新日期

    2021-09-22

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    New Command Widget
    iCloud driver accessibility issued fixed
    Minor fixes and improvements

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it
  • 版本: 5.0.1

    版本更新日期

    2021-09-16

    MQTT Manager

    MQTT Manager

    General purpose MQTT interface

    更新日志

    - Email sharing disabled for Widget Lists stored on iCloud
    - Registration and Support Request mail addresses fixed
    - Fixed a bug which prevented to just added Gauge Widgets to work
    - Console Widget improved

    视频/截图

    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图
    MQTT Manager App 截图

    应用描述

    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 any number of widgets. Widgets are chosen 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
    * Text: Writes the value entered by the user to a topic

    The application includes:

    * a complete user manual
    * documentation to learn the MQTT basics
    * the documentation to install a private MQTT broker on:
    * Raspberry Pi
    * Linux
    * macOS
    * documentation to use the Adafruit IO service instead of your MQTT broker. This allows to get started in a few minutes, without installing additional software

    * Arduino ESP32, Arduino MEGA, Arduino Nano 33 IoT and MKR1000 sketches to create a MQTT node which sends data to the application and can be controlled by it