You are on page 1of 1

Ditto documentation overview

What is it not?
Ditto is not another fully-fledged IoT platform. It does not provide software running on IoT
gateways and it does not define or implement an IoT protocol in order to communicate with
devices.
Its focus lies on back end scenarios by providing web APIs in order to simplify working with
already connected (e.g. via Eclipse Hono) devices and “Things” from customer apps or other back
end software.
It also does not specify which data or which structure a “Thing” in the IoT has to provide.

{
"gateway": {
"1": {
"type": "devops.responses:retrieveLoggerConfig",
"status": 200,
"serviceName": "gateway",
"instance": 1,
"loggerConfigs": [{
"level": "info",
"logger": "ROOT"
}, {
"level": "info",
"logger": "org.eclipse.ditto"
}, {
"level": "warn",
"logger": "org.mongodb.driver"
}]
}
},
"things-search": {
...
},
"policies": {
...
},
"things": {
...
},
"connectivity": {
...
}
}

You might also like