14 lines
275 B
Markdown
14 lines
275 B
Markdown
# Eclipse.IoT hawkBit - System Resource
|
|
|
|
This is the server-side implementation of the hawkBit System API that is used to configurate the hawkBit Update Server
|
|
|
|
# Compile
|
|
|
|
#### Build hawkbit-system-resource
|
|
|
|
```
|
|
$ cd hawkbit/hawkbit-system-resource
|
|
$ mvn clean install
|
|
```
|
|
|