Does mendix have support for Microsoft Azure cloud specifically IoT hub

1
I want to create a dashboard for an IoT use case where multiple devices will send the sensor data to Azure cloud (IoT hub) and I want to show this data in a dashboard. Also a real time data sent to IoT hub should also be shown in the dashboard. Is there anything available for mendix to connect with Azure IoT hub service?
asked
1 answers
0

You could probably use the IoT Connector, which is found in the Mendix AppStore: https://appstore.home.mendix.com/link/app/2868/

or, use the MQTT Client from the AppStore

 

https://appstore.home.mendix.com/link/app/3066/

answered