ditto-examples

Eclipse Ditto :: Examples

Join the chat at https://gitter.im/eclipse/ditto

This repository contains examples and demonstrations of how to use Eclipse Ditto.

Projects

grove control

The grove control project shows the different communication possibilities using Eclipse Ditto on your local machine and a Rasperry Pi with GrovePi+ board as IoT device. This project uses Python for the Raspberry Pi code and jQuery for the Web UI.

Rest to WebSocket demo

This example shows how to combine the REST and WebSocket API of Eclipse Ditto. This is demonstrated using a Frontend that sends REST requests and a Thing that has a WebSocket connection to Ditto and uses it to receive and respond to Messages. This project requires a running Eclipse Ditto instance and a modern web browser.

Octopus via Hono to Ditto

Arduino based example on a ESP8266 board publishing read out sensor values in Ditto Protocol via the MQTT endpoint of Eclipse Hono to a digital twin in Ditto:

IoT-Device connected directly to Ditto via MQTT - controlled by a custom solution

This example demonstrates how to connect an Arduino based device to Eclipse Ditto and how payload mapping can be utilized to transform its telemetry data into a valid digital twin representation. Furthermore a simple front-end allows manipulating the digital twin and receives twin updates via SSE (Server Sent Events).

Parts of this example

Quick introduction to MQTT in Ditto

This example demonstrates how to setup step by step MQTT connection in Ditto. It presents how to updates things in Ditto and how to receive notifications that something was changed.

Samples for Microsoft Azure users

Samples to leverage Eclipse Ditto capabilities with Microsoft Azure services.

kata

A code kata is a way of learning new things and consolidating what has been learned. The presented katas serve to understand specific features of ditto better.