Questions tagged [eclipse-iot]

24 questions
0
votes
1 answer

How can I predeploy container images on a device managable with Eclipse Kanto?

We are building a system image for a device with Yocto, and we also can build container images, that can be stored somewhere on the filesystem of the device. The idea now is, to have the containers be started automatically, when the device is…
d.s.e
  • 3
  • 1
  • 3
0
votes
1 answer

How do I start a container on Eclipse Kanto from a remote client?

I would like to spin up an OCI container on an edge device running Eclipse Kanto. I tried to find some documentation or quick start guide describing how to do that on the Kanto project website but didn't find anything. Do I need to send a particular…
Kai Hudalla
  • 826
  • 1
  • 5
  • 7
0
votes
1 answer

Connecting Eclipse Ditto and Eclipse Hono

I am trying to do the steps stated in https://www.eclipse.org/ditto/2018-05-02-connecting-ditto-hono.html#create-a-connection-to-hono to connect Ditto and Hono. I have tested Ditto and Hono with the steps explained "Hello World" for Ditto and…
0
votes
1 answer

Deploying Hono with Enmasse

I am using Hono for a while, it is a pretty awesome IoT-Hub - thanks for a great job :) Now I am trying to get forward and as it is recommended by the Hono documentation, I would like to integrate the EnMasse Project and replace the default "AMQP…
arash javanmard
  • 1,362
  • 2
  • 17
  • 37
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
-1
votes
1 answer

Reply to Hono command on AMQP device

I'm trying to create a prototype device that is able to receive commands from hono and reply to it. I've installed hono 1.10.0 and run the following python code import threading import time from proton import Message from proton.reactor import…
-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…
1
2