MQTT Connector
Category: Connectors
Subcategory: Internet-of-Things
Overview
MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth. With this connector it is possible to Publish, Subscribe and Unsubscribe to MQTT broker
Documentation
Please see MQTT Connector in the Mendix documentation for details.
Releases
Version: 1.1.0
Framework Version: 9.1.1
Release Notes: - Added basic authentication support, with this now user can use the username and password to establish a connection.
- Password attribute from ConnectionDetails will be encrypted with the default encryption key.
- Default module roles and security rules are set.
Version: 1.0.0
Framework Version: 9.1.1
Release Notes: Initial release