Dejan Bosanac
Dejan Bosanac
**Describe the bug** Failure to initialize RTT when using STM32L4S5VI board **To Reproduce** Steps to reproduce the behavior: 1. Attach the board 2. Run `cargo embed` on a project (note:...
**Description** Eclipse Hono defines that command adapter instance mapping should be expired after a TTD period. We need to implement in the JDBC implementation
Our services implementations still use deprecated endpoints and event bus adapters. We need to switch to new direct endpoint before 1.3 upgrade.
In Hono 1.2 we couldn't extend TenantKey class which led to some design decisions in KubernetesTenantInformation service implementation and usage. We have to revisit that when upgrading to Hono 1.3...
Hono 1.2 introduced support for Gateway groups in 1.2 with https://github.com/eclipse/hono/issues/1072. We need to add implementation in our device registries.
We have a support pluggable authentication handler in Hono device registry management endpoint. #1864 aims to provide support for basic authentication. For better integration in Kubernetes environments we can provide...
We want to have a support for a new kind of message with even higher priority than events. We want to separate these messages, from regular events and create a...
It looks to me that the parsing logic of the retransmit value https://github.com/bluez/bluez/blob/9d8fd3c28bbf9517eb93c71ebadefcc5d0d6ca73/mesh/cfgmod-server.c#L123 does not follow the spec. According to the spec, first three bits should be count, followed by...