The Microsoft Azure IoT Service SDK for Java facilitates building applications to connect to Azure IoT Hub.
- Manage devices on Azure IoT Hub. Provide APIs for CRUD operations.
- Send messages to, 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
- Setup IoT Hub
- Provision devices
- Test IoT Hub device connectivity
- Run the Java sample
- 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.