Azure / azure-iot-hub-vs-cs

Visual Studio extension to ease the use of the Azure IoT client SDK
Other
27 stars 16 forks source link

Simulating TPM #11

Closed riccardobecker closed 7 years ago

riccardobecker commented 8 years ago

Hi all,

does any of you have any experience and success with using a TPM simulator for integration and regression testing of devices? I want to achieve that I can run my tests in the cloud without having a true hardware module but only making use of the software tpm bits and a "TPM simulator".

Obviously, connecting to the IoT hub from a real device (dragonboard) containing a TPM module works fine.

Thanks in advance

arturl commented 7 years ago

Hi @riccardobecker,

Sorry for delayed response. We've tested it with both real TPM and TPM simulator, and it works identically. The extension doesn't see the difference.