Added new readme.md for DDI download API and updated existing readme.md

Signed-off-by: Jonathan Philip Knoblauch <JonathanPhilip.Knoblauch@bosch-si.com>
This commit is contained in:
Jonathan Philip Knoblauch
2016-05-03 14:01:42 +02:00
parent 7661d029c8
commit 3299906d4d
2 changed files with 16 additions and 3 deletions

View File

@@ -0,0 +1,12 @@
# 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
```