ditto
ditto copied to clipboard
Eclipse Ditto™: Digital Twin framework of Eclipse IoT - main repository
Currently, the WoT ThingModel is only taken into account when creating new Things in Ditto. In this case, a JSON skeleton of the Thing based on the WoT TM is...
When fully embracing using WoT ThingModels to define the capabilities of things, it would be really powerful if the Ditto UI would not only show the "WoT TD" in a...
The [WoT specification](https://www.w3.org/TR/wot-thing-description11/#thing-model-extension-import) defines that when using `"tm:ref"`, it is also possible to reference local properties/actions/events, e.g.: From the [WoT spec example](https://www.w3.org/TR/wot-thing-description11/#td-model-example-relative-tmRef): ```json { "@context": "https://www.w3.org/2022/wot/td/v1.1", "@type": "tm:ThingModel", "title": "Multi...
We upgraded recently from ditto 3.3.7 to 3.4.1 and we encounter the following exception when fetching all full connections via the connection api: ``` curl http://ditto-nginx:8080/api/2/connections --user "devops:mypassword" -s |...
Recently we had similar issue #1767 and it was fixed. This issue has different cause. When connectivity service is being stopped, it stops all connections **and unsubscribes** ([link to code](https://github.com/eclipse-ditto/ditto/blob/f2904efcb447fc0734cd7ed2ff6ec4967e10fb79/connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/mqtt/hivemq/MqttClientActor.java#L226))...
It is time to use latest&greatest.
One nice feature to visualize some of the concepts: Add a new tab on the right of the Things table. Display a map on this tab On the map, show...
There are use cases where it would be useful to apply a policy based on the current state of a thing. An example: Only grant certain permissions based on whether...
When e.g. using the following `put-metadata` header: ```json [{"key":"*/createdAt","value": "now!"}] ``` On a HTTP request: ``` PATCH /api/2/things/my:thing-1 ``` E.g. sending the payload: ```json { "attributes": { "only-one": 2 }...
Hi, We have encountered a strange behavior when using messages for things. When sending a message through either the sandbox or the HTTP API, any UTF-8 character in the message...