Dear Sir/ Mdm,
Please advise if dataminer is able to communicate with devices using MQTT protocol?
And what is the best approach to integrate with devices using MQTT protocol?
Look forward for your advice.
Thanks,
Best Regards,
Toh
Hi Tser,
DataMiner already integrates with devices (IoT) using MQTT.
You can use readily available Nuget packages such as this (MQTTNet) to write a DataMiner connector (protocol, driver) to bring data from the broker or to act as client.
As far as best practices, you can rely on available documentation such as this (MQTT Essentials - All Core Concepts Explained (hivemq.com))
Thanks,
Yes, it can. Thanks
Just to confirm that can dataminer integrate with devices using MQTT?