The Microsoft Azure IoT Service SDK for Java facilitates building back-end applications interacting with Azure IoT Hub.
- Manage devices on Azure IoT Hub. Provide APIs for CRUD operations.
- Send messages to devices, and receive feedbacks from Azure IoT Hub.
For more information on how to use this library refer to the documents below:
- Setup your development environment
- Run the samples
- How to build an end-to-end sample IoTHub Java sample from scratch on Windows
- Java Service API reference
- Setup your development environment
- Run the samples
- How to build an end-to-end sample IoTHub Java sample from scratch on Windows
- Java API reference
All of the Java Service SDK specific resources are located in the java/service folder.
This folder contains setup and getting started documents for Java.
This folder contains the service SDK library for Java.
This folder contains various Java samples that illustrate how to use the service SDK library.