Hi,
I am new to Azure and would like to connect my device to the IoT Hub using MQTT and IPV6 (my only option for now). As far as i know IPV6 is not yet supported in IoT Hub.
I have already successfully sent data with my device using MQTT (using the paho mqtt packet library) and IPV6 to different brokers.
How should i go about connecting my device to the IoT Hub?
thanks