diff --git a/README.md b/README.md index 31d853dc8..a6928b3f2 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ $ java -jar ./examples/hawkbit-mgmt-api-client/target/hawkbit-mgmt-api-client-#v * `hawkbit-cache-redis` : Spring cache manager configuration and implementation with redis, distributed cache and distributed events. * `hawkbit-core` : Core elements. * `hawkbit-ddi-api` : The hawkBit DDI API. +* `hawkbit-ddi-dl-api` : The hawkBit DDI Download API. * `hawkbit-ddi-resource` : Implementation of the hawkBit DDI API * `hawkbit-dmf-amqp` : AMQP endpoint implementation for the DMF API. * `hawkbit-dmf-api` : API for the Device Management Integration. diff --git a/hawkbit-ddi-resource/README.md b/hawkbit-ddi-resource/README.md index 865b2946f..3cfb443cd 100644 --- a/hawkbit-ddi-resource/README.md +++ b/hawkbit-ddi-resource/README.md @@ -1,6 +1,6 @@ # Eclipse.IoT hawkBit - DDI Resource -This is the server-side implementation of the hawkBit DDI API that is used by devices for communicating with the HawkBit Update Server through HTTP. +This is the server-side implementation of the hawkBit DDI API and the hawkBit DDI Download API that is used by devices for communicating with the HawkBit Update Server through HTTP. # Compile