Which SDKs are available for Azure IoT?

Elhorton-MSFT 116 Reputation points
2020-05-14T18:03:30.327+00:00

I’m just getting started with Azure IoT and need to understand the APIs available to me. What are the currently supported SDKs? What the best starting resources to refer to?

Azure IoT SDK
Azure IoT SDK
An Azure software development kit that facilitates building applications that connect to Azure IoT services.
207 questions
0 comments No comments
{count} vote

Accepted answer
  1. António Sérgio Azevedo 7,661 Reputation points Microsoft Employee
    2020-05-14T18:14:26.327+00:00

    We have both device and service SDKs for connecting to Azure IoT. On the device side, we support C, C#, Java, Python, and Node.js. On the service side, we support C#, Java, Python, and Node. For an overview of all the SDKs, please see Understand and use Azure IoT SDKs. Each SDK is open source and hosted on Github—the readmes contain instructions for how to get started, and the sample repositories (C, C#, Java, Node, Python) are a great place to start looking at code examples (C, C#, Java, Node, Python).

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful