2017-01-11 14:32:55 +01:00
|
|
|
# Eclipse.IoT hawkBit - Direct Device Integration API - Model and Resources
|
2016-05-03 13:46:10 +02:00
|
|
|
|
2024-11-05 11:28:54 +02:00
|
|
|
The Direct Device Integration (DDI) API is used by devices for communicating with the HawkBit Update Server through
|
|
|
|
|
HTTP.
|
2016-05-03 13:46:10 +02:00
|
|
|
|
2017-01-11 14:32:55 +01:00
|
|
|
# Version 1
|
|
|
|
|
|
2024-11-05 11:28:54 +02:00
|
|
|
The model follows [semantic versioning](http://semver.org) with MAJOR version, i.e. breaking changes will result in a
|
|
|
|
|
new MAJOR version.
|
2017-01-11 14:32:55 +01:00
|
|
|
|
2016-05-03 13:46:10 +02:00
|
|
|
# Compile
|
|
|
|
|
|
|
|
|
|
#### Build hawkbit-ddi-api
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
$ cd hawkbit/hawkbit-ddi-api
|
|
|
|
|
$ mvn clean install
|
|
|
|
|
```
|