AzureIoTGBB / azure-iot-edge-hol-linux

IoT Edge Hands On Labs for Ubuntu in Azure
MIT License
11 stars 6 forks source link

How to implement DPS X.509 for leaf device? #3

Open pratson20 opened 5 years ago

pratson20 commented 5 years ago

Hi,

I have solution where python module is communicating with HW and getting data over serial communication and passing the data to Azure Edge module using GatewayHostName.

Can you please help me to implement DPS with leaf device. How will i handle GatewayHostName to transfer data to Azure IoT Edge module.

Here we are appending GatewayHostName in connection string but in DPS we don't require Connection String.

Thanks, Prateek

stevebus commented 5 years ago

sorry for the delayed response, as github isn't notifying me of new issues... DPS is not (yet) available for leaf devices connecting through IoT Edge. it's coming, but not out yet

pratson20 commented 5 years ago

Thanks @stevebus for info