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
0
votes
1 answer

Eclipse-hono MQTT adapter: cannot process message

I'm trying to set up hono on my local machine without a container platform. I've managed to run following services and prerequisites: AMQP broker (RabbitMQ) InfluxDb Hono MQTT adapter Hono auth service Hono Device registry When the MQTT adapter…
Bob Claerhout
  • 781
  • 5
  • 24
0
votes
1 answer

Replenishing a sender with credits

I am trying to implement a Hono sender that sends a large amount of data to a Hono instance however I keep running into an issue with the sender running out of credits. Specifically. "cannot send message while waiting for replenishment with credit".…
Keiran Hines
  • 21
  • 1
  • 2
-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…
-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
6