azure-iot-sdk-csharp/iothub/service
brycewang-microsoft 2948fbe241
Fix bug where opening service client with Amqp_WebSocket_Only throws ArgumentOutOfRangeException (#3462)
* use timeout directly

* add some tests

* remove unused

* update dependencies

* fixup
2024-06-20 17:38:27 -07:00
..
devdoc Converting IoTHub ServiceClient to the new dotnet csproj format. 2018-03-07 18:54:56 -08:00
samples Added managed identities for ACR container pulls (#3463) 2024-06-20 16:40:53 -07:00
src Fix bug where opening service client with Amqp_WebSocket_Only throws ArgumentOutOfRangeException (#3462) 2024-06-20 17:38:27 -07:00
tests Add DeviceNotOnline to error codes (#3450) 2024-04-09 13:37:32 -07:00
README.md Fixed broken links and unused references. 2018-03-28 15:00:20 -07:00

README.md

Microsoft Azure IoT service SDK for C#

This folder contains the following

  • The Azure IoT service SDK for .NET to easily and securely manage an instance of the Microsoft Azure IoT Hub service as well as send Cloud to Device messages through IOT Hub.
  • Samples showing how to use the SDK

Features

  • Create/remove/update/list device identities in your IoT hub
  • Send messages to your devices and get feedback when they're delivered

Usage

The library is available as a NuGet package: Microsoft.Azure.Devices For a full step by step guide on how to use the library, checkout this article

References

To learn more on developing for the Azure IoT Hub service, visit our developer guide

This document describes in details how to prepare you development environment as well as how to run the samples on Linux, Windows or other platforms.

Samples

The repository contains a set of simple samples that will help you get started. You can find a list of these samples here.