Azure / azure-iot-sdk-c

A C99 SDK for connecting devices to Microsoft Azure IoT services
https://azure.github.io/azure-iot-sdk-c
Other
587 stars 739 forks source link

Riot and utpm libraries missing files? #512

Closed mohamedibrahimabdelrahman33 closed 6 years ago

mohamedibrahimabdelrahman33 commented 6 years ago
currently i using the "stm32f7-disco" kit to run "prov_dev_client_ll_sample.c". - **OS and version used:** freeRTOS v9 STM32F7 Kit - **SDK version used:** v1.1.31 # Description of the issue:

when i tried add Riot and utpm libraries i found that there are missing files, so the question is if the "prov_dev_client_ll_sample.c" in only work for windows platform?

Code sample exhibiting the issue:

prov_dev_client_ll_sample.c # Console log of the issue:
jebrando commented 6 years ago

Currently we only support provisioning on Linux and Windows, but this does not mean that you can't build the code on other platforms and it not work. On other platforms you must create a custom HSM library to retrieve the x509 certificate or TPM Information.

jebrando commented 6 years ago

If you have any more question about this issue please reopen, or create a new one if that is necessary.