https://github.com/eclipse-hawkbit/hawkbit-examples
https://github.com/eclipse-hawkbit/hawkbit-examples
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eclipse-hawkbit/hawkbit-examples
- Owner: eclipse-hawkbit
- License: epl-2.0
- Created: 2016-10-20T14:01:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T08:17:09.000Z (about 2 years ago)
- Last Synced: 2025-06-26T22:39:20.113Z (about 1 year ago)
- Language: Java
- Size: 539 KB
- Stars: 27
- Watchers: 8
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# 🚨 Deprecated
⚠️ This repository is **no longer maintained** and is deprecated.
# Eclipse hawkBit™ - Examples collection
Example projects that show how [hawkBit](https://github.com/eclipse/hawkbit) can be customized or hawkBit compatible APIs leveraged.
[](https://circleci.com/gh/eclipse/hawkbit-examples)
## API client examples
- `hawkbit-example-ddi-feign-client` : Example client based on the feign project for hawkBit's [Direct Device Integration API](https://www.eclipse.org/hawkbit/apis/ddi_api).
- `hawkbit-example-mgmt-feign-client` : Example client based on the feign project for hawkBit's [Management API](https://www.eclipse.org/hawkbit/apis/management_api)
## Simulators
- `hawkbit-device-simulator` : Simulates device software updates, leveraging the hawkBit device integration options.
- `hawkbit-example-mgmt-simulator` : Example client simulation for the _hawkBit_ Management API based on Spring Boot and the hawkbit-example-mgmt-feign-client.
## Customization examples
- `hawkbit-custom-theme-example` : Example for a customized theme for [Management UI](https://www.eclipse.org/hawkbit/ui).