File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The SDKs are available in **multiple languages** providing the flexibility to ch
44
44
| Language | Package | Source | Quickstarts | Samples | Reference |
45
45
| :-- | :-- | :-- | :-- | :-- | :-- |
46
46
| ** .NET** | [ NuGet] ( https://www.nuget.org/packages/Microsoft.Azure.Devices.Client ) | [ GitHub] ( https://github.com/Azure/azure-iot-sdk-csharp ) | [ IoT Hub] ( quickstart-send-telemetry-iot-hub.md?pivots=programming-language-csharp ) / [ IoT Central] ( quickstart-send-telemetry-central.md?pivots=programming-language-csharp ) | [ Samples] ( https://github.com/Azure-Samples/azure-iot-samples-csharp ) | [ Reference] ( /dotnet/api/microsoft.azure.devices.client ) |
47
- | ** Python** | [ pip] ( https://pypi.org/project/azure-iot-device/ ) | [ GitHub] ( https://github.com/Azure/azure-iot-sdk-python ) | [ IoT Hub] ( quickstart-send-telemetry-iot-hub.md?pivots=programming-language-python ) / [ IoT Central] ( quickstart-send-telemetry-central.md?pivots=programming-language-python ) | [ Samples] ( https://github.com/Azure/azure-iot-sdk-python/tree/main/azure-iot-device/ samples ) | [ Reference] ( /python/api/azure-iot-device ) |
47
+ | ** Python** | [ pip] ( https://pypi.org/project/azure-iot-device/ ) | [ GitHub] ( https://github.com/Azure/azure-iot-sdk-python ) | [ IoT Hub] ( quickstart-send-telemetry-iot-hub.md?pivots=programming-language-python ) / [ IoT Central] ( quickstart-send-telemetry-central.md?pivots=programming-language-python ) | [ Samples] ( https://github.com/Azure/azure-iot-sdk-python/tree/main/samples ) | [ Reference] ( /python/api/azure-iot-device ) |
48
48
| ** Node.js** | [ npm] ( https://www.npmjs.com/package/azure-iot-device ) | [ GitHub] ( https://github.com/Azure/azure-iot-sdk-node ) | [ IoT Hub] ( quickstart-send-telemetry-iot-hub.md?pivots=programming-language-nodejs ) / [ IoT Central] ( quickstart-send-telemetry-central.md?pivots=programming-language-nodejs ) | [ Samples] ( https://github.com/Azure/azure-iot-sdk-node/tree/main/device/samples ) | [ Reference] ( /javascript/api/azure-iot-device/ ) |
49
49
| ** Java** | [ Maven] ( https://mvnrepository.com/artifact/com.microsoft.azure.sdk.iot/iot-device-client ) | [ GitHub] ( https://github.com/Azure/azure-iot-sdk-java ) | [ IoT Hub] ( quickstart-send-telemetry-iot-hub.md?pivots=programming-language-java ) / [ IoT Central] ( quickstart-send-telemetry-central.md?pivots=programming-language-java ) | [ Samples] ( https://github.com/Azure/azure-iot-sdk-java/tree/master/device/iot-device-samples ) | [ Reference] ( /java/api/com.microsoft.azure.sdk.iot.device ) |
50
50
| ** C** | [ packages] ( https://github.com/Azure/azure-iot-sdk-c/blob/master/readme.md#getting-the-sdk ) | [ GitHub] ( https://github.com/Azure/azure-iot-sdk-c ) | [ IoT Hub] ( quickstart-send-telemetry-iot-hub.md?pivots=programming-language-ansi-c ) / [ IoT Central] ( quickstart-send-telemetry-central.md?pivots=programming-language-ansi-c ) | [ Samples] ( https://github.com/Azure/azure-iot-sdk-c/tree/master/iothub_client/samples ) | [ Reference] ( /azure/iot-hub/iot-c-sdk-ref/ ) |
You can’t perform that action at this time.
0 commit comments