In this section we will use the IoT Edge SDK and the simulator provided by it:
- We will continue to use the IoT Hub IoTHubCookBook we created.
- Clone the repository for IoT Edge to the local drive using a git command:
git clone https://github.com/Azure/iot-edge.git
- Open the VS Command Prompt.
- Navigate to the IoT Edge local repository folder.
- Run the build command, which will compile and build the code to connect to the IoT Hub and run data ingestion:
tools\build.cmd --disable-native-remote-modules
- It will take 20+ minutes to perform the task:
- Once the build is completed, navigate to the samples \simulated_device_cloud_upload\src ...