Device management
Use the function to implement device connection authentication.
The management system can directly read and write external authentication databases or change the internal authentication data of EMQX through APIs to realize dynamic management of device connection authentication.
Use the disconnecting device API to achieve online device kick out and session clean operations.
Use the publish and subscribe ACL function to realize the permission management of device publishing and subscription.
The management system can subscribe/unsubscribe specified topics for online devices through the proxy subscription function, and there is no need to reset the device program after the business Topic is changed, which is very flexible.
The message publishing API management system can publish messages to any Topic without using additional clients, and implements HTTP-MQTT message conversion.