Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.29 KB

readme.md

File metadata and controls

38 lines (23 loc) · 1.29 KB

Microsoft Azure IoT service SDK for Java

The Microsoft Azure IoT Service SDK for Java facilitates building applications to connect to Azure IoT Hub.

Features

  • Manage devices on Azure IoT Hub. Provide APIs for CRUD operations.
  • Send messages to, and receive feedbacks from Azure IoT Hub.

Application development guides

For more information on how to use this library refer to the documents below:

Folder structure of repository

All of the Java Service SDK specific resources are located in the java/service folder.

/doc

This folder contains setup and getting started documents for Java.

/iothub-service-sdk

This folder contains the service SDK library for Java.

/samples

This folder contains various Java samples that illustrate how to use the service SDK library.