Files
hawkbit/hawkbit-ddi-dl-api/README.md

13 lines
281 B
Markdown
Raw Normal View History

# Eclipse.IoT hawkBit - DDI Download API
This module is part of the Direct Device Integration (DDI) API and is used by devices/targets for downloading artifacts through HTTP.
# Compile
#### Build hawkbit-ddi-dl-api
```
$ cd hawkbit/hawkbit-ddi-dl-api
$ mvn clean install
```