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

15 lines
284 B
Markdown
Raw Normal View History

# Eclipse.IoT hawkBit - System API
The System API is used to configurate the hawkBit Update Server. This includes tenants specific operations as well as system wide operations.
# Compile
#### Build hawkbit-system-api
```
$ cd hawkbit/hawkbit-system-api
$ mvn clean install
```