-
We're trying to setup auto-provisioning of IoT Edge devices in the IoT Hub. The [LEC-7233](http://www.lannerinc.com/products/embedded-box-pcs/industrial-automation/lec-7233) industrial PC is…
-
## Expected Behavior
IoT Edge Daemon should be able to connect to DPS when user take ownership of TPM module
## Current Behavior
Daemon is not able to connect to cloud if user take tpm ownership
…
-
Hi!
I'm facing this problem, I have a function like this:
def function( v, r, z , observation):
return numpy.linalg.norm( observation - model(v,r,z) )
and model is a function which take…
-
## Expected Behavior
The Azure IoT Edge Security Daemon should be able to provision a configured device with a defined IoT Hub via TPM attestation.
## Current Behavior
While provisioning …
-
HSM API returned an invalid null response when setup edge runtime using TPM and also having edge runtime version 1.0.6.1 an dwindow version 1809. Any one having Idea to update.
PS C:\Users\ma…
-
## Expected Behavior
When creating a DPS Individual enrollment with tpm the device should be able to provision itself using the dps.
## Current Behavior
IoTEdge failes to use the tpm.
## Steps…
-
I tried to folow this guide by installing the simulator and IoT Edge runtime on Azure VM, but it does not work. The guide talks about using TPM simulator for attestation, but when the iotedged.exe wan…
-
When using the SDK with the device provisioning :
```
$ git clone https://github.com/Azure/azure-iot-sdk-c.git
$ cd azure-iot-sdk-c
$ git submodule update --init
$ mkdir cmake
$ cd cmake
$ c…
-
**Description**
I followed the following steps and installed azure-iot-sdk-c. Then when I tried to compile the [ros_azure_iothub](https://github.com/microsoft/ros_azure_iothub) repo, I encountered th…
-
Hi I'm following the HOL,
after running
tpm=$(sudo find /sys -name dev -print | fgrep tpm | sed 's/.\{4\}$//')
if I print out the variable , like echo $tpm, I get an empty line, I'm not sure…