I am having a device which able to publish data to any MQTT broker. I am trying to publish data to Azure IoT Hub with this device as client.
Machine is having the data as follows,
- Device/Topic1/Param1
- Device/Topic1/Param2
- Device/Topic1/Param3
- Device/Topic2/Param1
- Device/Topic2/Param2 and so on around 50 parameters from 7 different topics.
How can send all those parameters to Azure IoT Hub with MQTT? In IoT Hub I able to create device but it gives only one topic per device. Is there any other feasibility?