2024-11-05 11:31:47 +02:00
|
|
|
# Eclipse.IoT hawkBit - Mgmt Resource
|
2016-05-03 13:46:10 +02:00
|
|
|
|
2024-11-05 11:31:47 +02:00
|
|
|
This is the server-side implementation of the hawkBit Mgmt API that is used to manage and monitor the HawkBit Update
|
|
|
|
|
Server via HTTP.
|
2016-05-03 13:46:10 +02:00
|
|
|
|
|
|
|
|
# Compile
|
|
|
|
|
|
|
|
|
|
#### Build hawkbit-mgmt-resource
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
$ cd hawkbit/hawkbit-mgmt-resource
|
|
|
|
|
$ mvn clean install
|
|
|
|
|
```
|
|
|
|
|
|