I have Python code running on a Raspberry Pi. I need to connect to Azure Iot Hub from my Python code by using plain MQTT protocol.
I cannot use the libraries for connecting to Iot Hub. I am looking for a way to do this in Python and plain MQTT.
Does anyone know how this can be done?