Questions tagged [eclipse-hono]

Eclipse Hono™ provides remote service interfaces for connecting large numbers of IoT devices to a back end and interacting with them in a uniform way regardless of the device communication protocol.

Hono specifically supports scalable and secure ingestion of large volumes of sensor data by means of its Telemetry and Event APIs. Hono's Command & Control API allows for sending commands (request messages) to devices and receive a reply to such a command from a device in an asynchronous way.

Finally, Hono provides APIs for integration with existing device and credentials management systems.

For more information about Eclipse Hono visit the official documentation: https://www.eclipse.org/hono/

79 questions
4
votes
0 answers

Connecting locally deployed Hono and Ditto - ERROR 504

Hono is deployed on a Minikube cluster (I followed https://www.eclipse.org/hono/getting-started/ to set up Hono locally) and Ditto is running on localhost. I tried to follow this tutorial and adapt it so it works for local deployment. Unfortunately…
3
votes
1 answer

Ditto HTTP API server sent events CORS error

I installed Hono+Ditto using helm-charts, as it is described in cloud2edge. That means Hono+Ditto is running inside a minikube on my PC. I also created a connection, policy, and a device. So far everything works fine. In the next step, I just wrote…
arash javanmard
  • 1,362
  • 2
  • 17
  • 37
3
votes
1 answer

Connecting Eclipse Ditto to Apache Kafka

I am following the instructions explained in this documentation to connect Apache Kafka to Eclipse Ditto. https://www.eclipse.org/ditto/connectivity-protocol-bindings-kafka2.html I am not sure about the following. 1) ["ditto:outbound-auth-subject",…
3
votes
1 answer

Change directory in Docker Terminal Windows

I just installed Docker Toolbox for getting started with Eclipse Hono on Windows 7 64bit. Unfortunately the eclipse Hono directory is in C:\User\Desktop My docker is always using the directory Z How can I can access C directory in the docker…
Blnpwr
  • 1,793
  • 4
  • 22
  • 43
2
votes
2 answers

Subscribe to all tenants using a wildcard in Eclipse-hono

I'm trying to consume data from hono. I do so by following the guide on Starting a consumer on hono documentation. I'm currently trying to subscribe to all tenants by add --tenant.id=* at the end of the the mvn command. This results in following…
Bob Claerhout
  • 781
  • 5
  • 24
1
vote
1 answer

Readiness fails in the Eclipse Hono pods of the Cloud2Edge package

I am a bit desperate and I hope someone can help me. A few months ago I installed the eclipse cloud2edge package on a kubernetes cluster by following the installation instructions, creating a persistentVolume and running the helm install command…
1
vote
0 answers

Hono and Enmass integration throws event errors

I am trying to deploy hono with enmasse. For this, I already installed enmasse and created address spaces and addresses as follows: enmasse_iot.yaml apiVersion: enmasse.io/v1beta1 kind: AddressSpace metadata: name: iot1 spec: type: standard …
arash javanmard
  • 1,362
  • 2
  • 17
  • 37
1
vote
1 answer

Integrating Hono and Enmasse

I am trying to deploy hono with enmasse. For this, I already installed enmasse and created address spaces and addresses following this repository. As described in hono-doc on artifacthub. First I created a secret. my_secret.yaml apiVersion: v1 kind:…
arash javanmard
  • 1,362
  • 2
  • 17
  • 37
1
vote
1 answer

Eclipse IoT Binding Hawkbit-Ditto-Hono

I am trying out Eclipse IoT Framework on my RP3. On the host-side (local PC backend) I would like to bind Hawkbit with Ditto and at least Ditto with Hono. From here and here I can read that it is still not possible to connect Hawkbit with Ditto?…
arash javanmard
  • 1,362
  • 2
  • 17
  • 37
1
vote
1 answer

How to know the connections number of MQTT adapter?

We want to do a performance test on Hono to verify that it supports 12000 device connections (MQTT), but I can't find the number of device connections in grafana's dashboard. I also checked the prometheus data endpoint of the MQTT adapter and found…
Gong Zhao
  • 17
  • 3
1
vote
1 answer

Eclipse Hono 1.1.1 Installed using Kubernetes - Probelm in Creating a Tenant

I have installed Eclipse Hono 1.1.1 Kubernetic cluster using Helm as per the below instructions. https://hub.helm.sh/charts/eclipse-iot/hono Initially I tried to create a tenant using the below command curl -X POST…
1
vote
1 answer

Eclipse Hono - 404 Error while creating a Tenant

I am using the command as shown in the below documentation to create a Tenant in Hono. https://www.eclipse.org/hono/docs/api/management/#/tenants/createTenantWithId curl -X POST "http://srvgal89.deri.ie:28080/v1/tenants/DEFAULT_TENANT_11" -H…
1
vote
1 answer

Eclipse Hono - Installation (Version 1.1.1)

I am not sure on the exact instructions to install Hono 1.1.1 locally. Following the documentation , I was able to build the project with maven but I am not sure on how to proceed. I was using version 0.9 before in which I managed to run Hono using…
1
vote
1 answer

Submit telemetry via gateway mode on HTTP & MQTT adaptors

I can create things, set up connections and apply the connection policy to the thing so I can submit telemetry from a thing via HTTP and MQTT and receive it on my MQTT server/connection. I've got all this working. But when I try to switch to using…
1
vote
0 answers

How can I start hono without k8s?

I tried to install hono for test purpose, i tried k8s ( minikube and non -minikube). It didn't work for me by now. I am looking for other alternatives. For example, can I start honor using docker compose ? I checked Ditto that it can be started…
BobOntario
  • 11
  • 3
1
2 3 4 5 6