https://github.com/baidu/iotcore-sdk-java
Java SDK for baidu IoT Core service
https://github.com/baidu/iotcore-sdk-java
Last synced: 5 months ago
JSON representation
Java SDK for baidu IoT Core service
- Host: GitHub
- URL: https://github.com/baidu/iotcore-sdk-java
- Owner: baidu
- License: apache-2.0
- Created: 2021-02-04T03:23:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-13T05:40:51.000Z (over 2 years ago)
- Last Synced: 2024-05-15T07:53:31.016Z (over 1 year ago)
- Language: Java
- Size: 10.6 MB
- Stars: 8
- Watchers: 8
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IoTCore SDK for Java
This repository is for easy and better interaction with [IoTCore Service](https://cloud.baidu.com/product/iot.html) over MQTT protocol. Currently, there are 3 modules.
- **iotcore-device-avatar**. With the SDK, using [IoTCore Avatar Service](https://cloud.baidu.com/doc/IoTCore/s/Nkdildw8v) can be much easier and straightforward.
- **iotcore-file-delivery**. With the SDK, users can upload and download large files beyond single message limitation.
- **iotcore-logger**. With the SDK, users can receive system events for better message-tracking and troubleshooting.## Getting Started
To get started with a specific module SDK, see the corresponding **README.md** file located in the module folder. Also, detailed explanations are presented in it.
### Prerequisites
All the module are based on Java 8.
### Historical Versions
There is a **CHANGELOG.md** file located in each module folder to track its release history and key changes.## Contributing
This project welcomes contributions and suggestions. For details on contributing to this repository, see the [contributing guide](./eng/CONTRIBUTING.md).### Additional Links for Contributors
- [Issues](https://github.com/baidu/iotcore-sdk-java/issues) sections and [issue template](./.github/ISSUE_TEMPLATE).
- Frequently Asked Questions (FAQ) and Conceptual Topics in the detailed [IoTCore SDk for Java wiki](https://github.com/baidu/iotcore-sdk-java/wiki);## License
IoTCore SDK for Java is licensed under [Apache](./LICENSE) license.