Questions tagged [eclipse-ditto]

Eclipse Ditto is a framework for providing the "Digital Twin" pattern for IoT applications.

Ditto mirrors physical devices as digital representations in the cloud. As a web or mobile app developer you can interact with those digital twins as if they were any other web service, that's why we also like to speak about enabling "device as a service".

A few of the main features are access control, a search over all twin data and push notifications. There are various APIs in order to interact with the devices: a REST, WebSocket, AMQP and MQTT API. Ditto is designed with scalability in mind, so managing millions of twins is possible.

The benefit when developing IoT applications or solutions is that no own backend must be implemented, the focus can be set on the use case: for example device integration and app or web UI implementation.

Ditto is already used in production at Bosch and shows that digital twins are becoming reality.

69 questions
0
votes
1 answer

Sending data from Hono to Ditto

Eclipse Hono and Eclipse Ditto have been connected successfully. And when I try to send the data from the Hono I will get 202 Accepted response as shown below. (base) vignesh@nb907:~$ curl -X POST -i -u sensor9200@tenantSensorAdaptersss:mylittle -H…
0
votes
1 answer

How to set Keycloak as Authentication service provider (OIDC) for Eclipse Hono?

I am stuck configuring keycloak as the authentication and authorisation service provider for eclipse hono on our Kubernetes cluster (Using Rancher). The Documentation gives little to no help about that and every research on this topic results in…
0
votes
1 answer

no MessageMappingProcessor available in Ditto

I got a stranger error although I follow guideline in ditto example. Octopus can published messages to MQTT. I can see them use MQTT client. WebApp shows connection established and send send event works. I can change values through…
BobOntario
  • 11
  • 3
0
votes
1 answer

Eclipse ditto forwarding connection fails from time to time

I have connected Eclipse hono with Eclipse ditto using the Connectivity api. When I set it up, this works fine. However, after some time the forwarding connection fails. When I retrieve the metrics, I'm getting following response: { "?": { …
Bob Claerhout
  • 781
  • 5
  • 24
-1
votes
1 answer

Maximum thing creation in Eclipse ditto

I'm facing an issue accessing more than 200 things in Ditto.I have created an emulator code which generates things, but ditto supports only 200 things at time. The things are getting created but it's not accessible by search api…
-1
votes
1 answer

Connecting Ditto to InfluxDB via Kafka

I am running kafka and influxDB on docker. I have created a digital twin on ditto, that correctly updates when i send a message with mqtt. I want the data to be sent from ditto to the influxDB but on influxDB once i create the bucket it shows no…
-1
votes
1 answer

Eclipse Ditto FIPS 140-2 compliance

What crypto library does Eclipse Ditto use by default? I need to determine if it is FIPS 140-2 validated. If not is there a way to build Ditto with an alternative crypto library that's validated?
gh-tera
  • 31
  • 1
-1
votes
1 answer

Whether the live mqtt messages will be stored in MongoDB within Ditto solution? How can I check if these messages stored?

From Ditto architecture, MongoDB should store all MQTT messages. Not sure the live messages? When I go into MongoDB, query collection, can't find anything although I find "things" db has certain size. Is there anyway to check if mqtt messages have…
-2
votes
1 answer

Connecting Eclipse Hono and Eclipse Ditto on same local Machine

curl -X POST -i -u ditto:foobar -H 'Content-Type: application/json' -d '{ "targetActorSelection": "/system/sharding/connection", "headers": { "aggregate": false }, "piggybackCommand": { "type":…
1 2 3 4
5