You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-develop/libraries-sdks.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The IoT Plug and Play libraries and SDKs enable developers to build IoT solution
21
21
| C - Device |[vcpkg 1.3.9](https://github.com/Azure/azure-iot-sdk-c/blob/master/doc/setting_up_vcpkg.md)|[GitHub](https://github.com/Azure/azure-iot-sdk-c)|[Samples](https://github.com/Azure/azure-iot-sdk-c/tree/master/iothub_client/samples/pnp)|[Connect to IoT Hub](tutorial-connect-device.md)|[Reference](/azure/iot-hub/iot-c-sdk-ref/)|
22
22
| .NET - Device |[NuGet 1.31.0](https://www.nuget.org/packages/Microsoft.Azure.Devices.Client)|[GitHub](https://github.com/Azure/azure-iot-sdk-csharp/tree/main/)|[Samples](https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/main/iot-hub/Samples/device/PnpDeviceSamples)|[Connect to IoT Hub](tutorial-connect-device.md)|[Reference](/dotnet/api/microsoft.azure.devices.client)|
23
23
| Java - Device |[Maven 1.26.0](https://mvnrepository.com/artifact/com.microsoft.azure.sdk.iot/iot-device-client)|[GitHub](https://github.com/Azure/azure-iot-sdk-java/tree/main/)|[Samples](https://github.com/Azure/azure-iot-sdk-java/tree/main/device/iot-device-samples/pnp-device-sample)|[Connect to IoT Hub](tutorial-connect-device.md)|[Reference](/java/api/com.microsoft.azure.sdk.iot.device)|
24
-
| Python - Device |[pip 2.3.0](https://pypi.org/project/azure-iot-device/)|[GitHub](https://github.com/Azure/azure-iot-sdk-python)|[Samples](https://github.com/Azure/azure-iot-sdk-python/tree/main/azure-iot-device/samples/pnp)|[Connect to IoT Hub](tutorial-connect-device.md)|[Reference](/python/api/azure-iot-device/azure.iot.device)|
24
+
| Python - Device |[pip 2.3.0](https://pypi.org/project/azure-iot-device/)|[GitHub](https://github.com/Azure/azure-iot-sdk-python)|[Samples](https://github.com/Azure/azure-iot-sdk-python/tree/main/samples/pnp)|[Connect to IoT Hub](tutorial-connect-device.md)|[Reference](/python/api/azure-iot-device/azure.iot.device)|
25
25
| Node - Device |[npm 1.17.2](https://www.npmjs.com/package/azure-iot-device)|[GitHub](https://github.com/Azure/azure-iot-sdk-node)|[Samples](https://github.com/Azure/azure-iot-sdk-node/tree/main/device/samples/javascript/)|[Connect to IoT Hub](tutorial-connect-device.md)|[Reference](/javascript/api/azure-iot-device/)|
26
26
| Embedded C - Device | N/A | [GitHub](https://github.com/Azure/azure-sdk-for-c/)| [Samples](tutorial-connect-device.md?pivots=programming-language-embedded-c#samples) | [How to use Embedded C](tutorial-connect-device.md?pivots=programming-language-embedded-c) | N/A
27
27
@@ -32,7 +32,7 @@ The IoT Plug and Play libraries and SDKs enable developers to build IoT solution
32
32
| .NET - IoT Hub service |[NuGet 1.27.1](https://www.nuget.org/packages/Microsoft.Azure.Devices)|[GitHub](https://github.com/Azure/azure-iot-sdk-csharp)|[Samples](https://github.com/Azure-Samples/azure-iot-samples-csharp/tree/main/iot-hub/Samples/service/PnpServiceSamples)| N/A |[Reference](/dotnet/api/microsoft.azure.devices)|
33
33
| Java - IoT Hub service |[Maven 1.26.0](https://mvnrepository.com/artifact/com.microsoft.azure.sdk.iot/iot-service-client/1.26.0)|[GitHub](https://github.com/Azure/azure-iot-sdk-java)|[Samples](https://github.com/Azure/azure-iot-sdk-java/tree/main/service/iot-service-samples/pnp-service-sample)| N/A |[Reference](/java/api/com.microsoft.azure.sdk.iot.service)|
34
34
| Node - IoT Hub service |[npm 1.13.0](https://www.npmjs.com/package/azure-iothub)|[GitHub](https://github.com/Azure/azure-iot-sdk-node)|[Samples](https://github.com/Azure/azure-iot-sdk-node/tree/main/service/samples)| N/A |[Reference](/javascript/api/azure-iothub/)|
35
-
| Python - Digital Twins service |[pip 2.2.3](https://pypi.org/project/azure-iot-hub)|[GitHub](https://github.com/Azure/azure-iot-sdk-python)|[Samples](https://github.com/Azure/azure-iot-sdk-python/tree/main/azure-iot-hub/samples)|[Interact with IoT Hub Digital Twins API](tutorial-service.md)| N/A |
35
+
| Python - Digital Twins service |[pip 2.2.3](https://pypi.org/project/azure-iot-hub)|[GitHub](https://github.com/Azure/azure-iot-hub-python)|[Samples](https://github.com/Azure/azure-iot-hub-python/tree/main/samples)|[Interact with IoT Hub Digital Twins API](tutorial-service.md)| N/A |
36
36
| Node - Digital Twins service |[npm 1.13.0](https://www.npmjs.com/package/azure-iot-digitaltwins-service)|[GitHub](https://github.com/Azure/azure-iot-sdk-node)|[Samples](https://github.com/Azure/azure-iot-sdk-node/tree/main/service/samples/javascript)|[Interact with IoT Hub Digital Twins API](tutorial-service.md)| N/A |
Copy file name to clipboardExpand all lines: articles/iot-dps/libraries-sdks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The DPS device SDKs provide implementations of the [Register](/rest/api/iot-dps/
34
34
| C|[apt-get, MBED, Arduino IDE or iOS](https://github.com/Azure/azure-iot-sdk-c/blob/master/readme.md#packages-and-libraries)|[GitHub](https://github.com/Azure/azure-iot-sdk-c/blob/master/provisioning\_client)|[Samples](https://github.com/Azure/azure-iot-sdk-c/tree/main/provisioning_client/samples)|[Quickstart](./quick-create-simulated-device-x509.md?pivots=programming-language-ansi-c&tabs=windows)|[Reference](/azure/iot-hub/iot-c-sdk-ref/)|
> The **C SDK** listed above is **not** suitable for embedded applications due to its memory management and threading model. For embedded devices, refer to the [Embedded device SDKs](#embedded-device-sdks).
Copy file name to clipboardExpand all lines: articles/iot-dps/quick-create-simulated-device-x509.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -375,8 +375,8 @@ You won't need the Git Bash prompt for the rest of this quickstart. However, you
375
375
6. Copy the device certificate and private key to the project directory for the X.509 device provisioning sample. The path given is relative to the location where you downloaded the SDK.
You won't need the Git Bash prompt forthe rest of this quickstart. However, you may want to keep it open to check your certificate if you have problemsin later steps.
@@ -658,10 +658,10 @@ In this section, you'll use your Windows command prompt.
658
658
659
659
:::image type="content" source="./media/quick-create-simulated-device-x509/copy-id-scope-and-global-device-endpoint.png" alt-text="Screenshot of the I D scope and global device endpoint on Azure portal.":::
660
660
661
-
1. In your Windows command prompt, go to the directory of the [provision_x509.py](https://github.com/Azure/azure-iot-sdk-python/blob/main/azure-iot-device/samples/async-hub-scenarios/provision_x509.py) sample. The path shown is relative to the location where you cloned the SDK.
661
+
1. In your Windows command prompt, go to the directory of the [provision_x509.py](https://github.com/Azure/azure-iot-sdk-python/blob/main/samples/async-hub-scenarios/provision_x509.py) sample. The path shown is relative to the location where you cloned the SDK.
662
662
663
663
```cmd
664
-
cd ./azure-iot-sdk-python/azure-iot-device/samples/async-hub-scenarios
664
+
cd ./azure-iot-sdk-python/samples/async-hub-scenarios
665
665
```
666
666
667
667
This sample uses six environment variables to authenticate and provision an IoT device using DPS. These environment variables are:
@@ -698,14 +698,14 @@ In this section, you'll use your Windows command prompt.
698
698
set PASS_PHRASE=1234
699
699
```
700
700
701
-
1. Review the code for [provision_x509.py](https://github.com/Azure/azure-iot-sdk-python/blob/main/azure-iot-device/samples/async-hub-scenarios/provision_x509.py). If you're not using **Python version 3.7** or later, make the [code change mentioned here](https://github.com/Azure/azure-iot-sdk-python/tree/main/azure-iot-device/samples/async-hub-scenarios#advanced-iot-hub-scenario-samples-for-the-azure-iot-hub-device-sdk) to replace `asyncio.run(main())`.
701
+
1. Review the code for [provision_x509.py](https://github.com/Azure/azure-iot-sdk-python/blob/main/samples/async-hub-scenarios/provision_x509.py). If you're not using **Python version 3.7** or later, make the [code change mentioned here](https://github.com/Azure/azure-iot-sdk-python/tree/main/samples/async-hub-scenarios#advanced-iot-hub-scenario-samples-for-the-azure-iot-hub-device-sdk) to replace `asyncio.run(main())`.
702
702
703
703
1. Save your changes.
704
704
705
705
1. Run the sample. The sample will connect to DPS, which will provision the device to an IoT hub. After the device is provisioned, the sample will send some test messages to the IoT hub.
You also can use the [IoT extension for Azure CLI](https://github.com/Azure/azure-iot-cli-extension) to complete the same device creation operation. The following example uses the [az iot hub device-identity](/cli/azure/iot/hub/device-identity) command to create a new IoT device with X.509 self-signed authentication and assigns a parent device:
133
133
@@ -174,7 +174,7 @@ This section is based on the IoT Hub X.509 certificate tutorial series. See [Und
You also can use the [IoT extension for Azure CLI](https://github.com/Azure/azure-iot-cli-extension) to complete the same device creation operation. The following example uses the [az iot hub device-identity](/cli/azure/iot/hub/device-identity) command to create a new IoT device with X.509 CA signed authentication and assigns a parent device:
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-connect-downstream-device.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ This section introduces a sample application to connect an Azure IoT Java device
198
198
199
199
This section introduces a sample application to connect an Azure IoT Python device client to an IoT Edge gateway.
200
200
201
-
1. Get the sample for **send_message_downstream** from the [Azure IoT device SDK for Python samples](https://github.com/Azure/azure-iot-sdk-python/tree/main/azure-iot-device/samples/async-edge-scenarios).
201
+
1. Get the sample for **send_message_downstream** from the [Azure IoT device SDK for Python samples](https://github.com/Azure/azure-iot-sdk-python/tree/main/samples/async-edge-scenarios).
202
202
2. Set the `IOTHUB_DEVICE_CONNECTION_STRING` and `IOTEDGE_ROOT_CA_CERT_PATH` environment variables as specified in the Python script comments.
203
203
3. Refer to the SDK documentation for any additional instructions on how to run the sample on your device.
0 commit comments