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
There are three categories of software development kits (SDKs) for working with IoT Hub:
16
16
17
-
*[**IoT Hub device SDKs**](#azure-iot-hub-device-sdks) enable you to build apps that run on your IoT devices using device client or module client. These apps send telemetry to your IoT hub, and optionally receive messages, job, method, or twin updates from your IoT hub. You can use these SDKs to build device apps that use [Azure IoT Plug and Play](../iot-develop/overview-iot-plug-and-play.md) conventions and models to advertise their capabilities to IoT Plug and Play-enabled applications. You can also use module client to author [modules](../iot-edge/iot-edge-modules.md) for [Azure IoT Edge runtime](../iot-edge/about-iot-edge.md).
17
+
*[**IoT Hub device SDKs**](#azure-iot-hub-device-sdks) enable you to build apps that run on your IoT devices using the device client or module client. These apps send telemetry to your IoT hub, and optionally receive messages, jobs, methods, or twin updates from your IoT hub. You can use these SDKs to build device apps that use [Azure IoT Plug and Play](../iot-develop/overview-iot-plug-and-play.md) conventions and models to advertise their capabilities to IoT Plug and Play-enabled applications. You can also use the module client to author [modules](../iot-edge/iot-edge-modules.md) for [Azure IoT Edge runtime](../iot-edge/about-iot-edge.md).
18
18
19
19
*[**IoT Hub service SDKs**](#azure-iot-hub-service-sdks) enable you to build backend applications to manage your IoT hub, and optionally send messages, schedule jobs, invoke direct methods, or send desired property updates to your IoT devices or modules.
20
20
@@ -39,11 +39,11 @@ The SDKs are available in **multiple languages** providing the flexibility to ch
> 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).
42
+
> The **C device SDK** listed in the previous table 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).
43
43
44
44
### Embedded device SDKs
45
45
46
-
These SDKs were designed and created to run on devices with limited compute and memory resources and are implemented using the C language.
46
+
These SDKs are designed and created to run on devices with limited compute and memory resources and are implemented using the C language.
47
47
48
48
The embedded device SDKs are available for **multiple operating systems** providing the flexibility to choose which best suits your team and scenario.
49
49
@@ -53,7 +53,7 @@ The embedded device SDKs are available for **multiple operating systems** provid
|**Bare Metal**| Azure SDK for Embedded C |[GitHub](https://github.com/Azure/azure-sdk-for-c/tree/master/sdk/docs/iot)|[Samples](https://github.com/Azure/azure-sdk-for-c/blob/master/sdk/samples/iot/README.md)|[Reference](https://azure.github.io/azure-sdk-for-c)|
55
55
56
-
Learn more about the IoT Hub device SDKS in the [IoT Device Development Documentation](../iot-develop/about-iot-sdks.md).
56
+
Learn more about the IoT Hub device SDKS in the [IoT device development documentation](../iot-develop/about-iot-sdks.md).
57
57
58
58
## Azure IoT Hub service SDKs
59
59
@@ -68,7 +68,7 @@ The Azure IoT service SDKs contain code to facilitate building applications that
68
68
69
69
## Azure IoT Hub management SDKs
70
70
71
-
The Iot Hub management SDKs help you build backend applications that manage the IoT hubs in your Azure subscription.
71
+
The IoT Hub management SDKs help you build backend applications that manage the IoT hubs in your Azure subscription.
@@ -79,7 +79,7 @@ The Iot Hub management SDKs help you build backend applications that manage the
79
79
80
80
## SDK and hardware compatibility
81
81
82
-
For more information about device SDK compatibility with specific hardware devices, see the [Azure Certified for IoT device catalog](https://devicecatalog.azure.com/) or individual repository.
82
+
For more information about device SDK compatibility with specific hardware devices, see the [Azure Certified Device catalog](https://devicecatalog.azure.com/) or individual repository.
@@ -91,7 +91,7 @@ Azure IoT SDKs are also available for the following services:
91
91
92
92
*[Device Update for IoT Hub SDKs](../iot-hub-device-update/understand-device-update.md): To help you deploy over-the-air (OTA) updates for IoT devices.
93
93
94
-
*[IoT Plug and Play SDKs](../iot-develop/libraries-sdks.md): To help you build IoT Plug and Play solutions.
94
+
*[Microsoft SDKs for IoT Plug and Play](../iot-develop/libraries-sdks.md): To help you build IoT Plug and Play solutions.
Copy file name to clipboardExpand all lines: includes/iot-hub-basic-partial.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
@@ -11,4 +11,4 @@
11
11
---
12
12
13
13
>[!NOTE]
14
-
>Some of the features mentioned in this article, like cloud-to-device messaging, device twins, and device management, are only available in the standard tier of IoT Hub. For more information about the basic and standard IoT Hub tiers, see [How to choose the right IoT Hub tier](../articles/iot-hub/iot-hub-scaling.md).
14
+
>Some of the features mentioned in this article, like cloud-to-device messaging, device twins, and device management, are only available in the standard tier of IoT Hub. For more information about the basic and standard/free IoT Hub tiers, see [Choose the right IoT Hub tier for your solution](../articles/iot-hub/iot-hub-scaling.md).
Copy file name to clipboardExpand all lines: includes/iot-hub-basic-whole.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
@@ -10,4 +10,4 @@
10
10
ms.custom: include file
11
11
---
12
12
>[!NOTE]
13
-
>The features described in this article are available only in the standard tier of IoT Hub. For more information about the basic and standard/free IoT Hub tiers, see [Choose the right IoT Hub tier](../articles/iot-hub/iot-hub-scaling.md).
13
+
>The features described in this article are available only in the standard tier of IoT Hub. For more information about the basic and standard/free IoT Hub tiers, see [Choose the right IoT Hub tier for your solution](../articles/iot-hub/iot-hub-scaling.md).
0 commit comments