Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

readme.md

Microsoft Azure IoT service SDK for Java

The Microsoft Azure IoT Service SDK for Java facilitates building back-end applications interacting with Azure IoT Hub.

Features

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

How to use the Azure IoT Service SDK for Java

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

Application development guides

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.

/iot-service-client

This folder contains the service SDK library for Java.

/iot-service-samples

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