Files
hawkbit/hawkbit-mgmt-api/README.md

15 lines
362 B
Markdown
Raw Normal View History

# Eclipse.IoT hawkBit - Mgmt API
This Management (Mgmt) API is used to manage and monitor the HawkBit Update Server via HTTP. This API allows Create/Read/Update/Delete operations for provisioning targets (i.e. devices) and repository content (i.e. software).
# Compile
#### Build hawkbit-mgmt-api
```
$ cd hawkbit/hawkbit-mgmt-api
$ mvn clean install
```