Azure / dps-keygen

Helper tool to deal with the device keys :closed_lock_with_key:
MIT License
24 stars 16 forks source link

Connection String Generator forces MQTT protocol #1

Closed hamburml closed 5 years ago

hamburml commented 6 years ago

Hello.

I used the Connection String Generators (dps_cstr) and got a MQTT protocol error because the firewall doesn't allow that port (I think). I would like to use MQTT_OVER_WEBSOCKETS or HTTP. Could you provide helpers for different protocols or let us choose the protocol which should be used?

Thanks!

asergaz commented 6 years ago

Related MSDN Thread here.

asergaz commented 6 years ago

@sandeeppujar can you please take a look at this issue and help direct it to the right person? It relates with this doc: Tutorial: Add a real device to your Azure IoT Central application. And we may need to add a note there that the tool uses MQTT protocol for now.

Thanks!

hamburml commented 6 years ago

Please don't forget that I was not able to build this tool https://github.com/Azure/dps-keygen/issues/3

obastemur commented 5 years ago

@hamburml please see https://github.com/Azure/dps-keygen/tree/master/bin#how-to-use-azure-iot-dps-symm-key-interface-for-azure-iot-c-sdk for instructions

hamburml commented 5 years ago

This issue was about the fact that it forces the MQTT protocol. Should be closed when the tool supports more than one protocol and the to be used one is set via argument/parameter.