kura
kura copied to clipboard
Eclipse Kura™ is a versatile framework to supercharge your edge devices, streamlining the process of configuring your gateway, connecting sensors, and IoT devices to seamlessly collect, process, and s...
Backport 20ebde1d73f88118dc3d2214a1e2d0405480efa1 from #4117.
* fix: Fixed SSLManager service truststore unset method Signed-off-by: Nicola Timeus * test: Added test for truststore unset Signed-off-by: Nicola Timeus Signed-off-by: Nicola Timeus > **Note**: We are using the...
Incorrectly bumped. Signed-off-by: MMaiero > **Note**: We are using the Conventional Commits convention for our pull request titles. Please take a look at the [PR title format document](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#submitting-the-changes) for the...
**Describe the bug** A SIGSEGV fatal error occurs when USB devices get attached/detached and both the [usb4java](https://github.com/usb4java/usb4java) and [oshi](https://github.com/oshi/oshi) libraries are called, with usb4java being called first. **To Reproduce** 1....
On every restart Kura updates the dpa.properties file even if there are no changes in installed packages. Prevent changes to the dpa.properties file if properties do not change. Save .dp...
**Describe the bug** Let Kura establish an MQTT connection as a Cloud Subscriber to a Topic having this kind of name: ```bash a/b//d ``` Received Payload will not trigger a...
**Is your feature request related to a problem? Please describe.** I need to process an average calculation over a whole bunch of variables I have in a wire asset. **Describe...
**Describe the bug** This issue occurs from time to time and it is related to the new feature “Change password on first login“. Password is actually changed and you are...
**Describe the bug** Im running Kura docker (centos) and Im getting errors in log during starting Kura **To Reproduce** Steps to reproduce the behavior: 1. Stop Kura container with _docker...
**Is your feature request related to a problem? Please describe.** Currently, extended properties for the MQTT birth certificate can be provided by implementing the `SystemServiceImpl.getExtendedProperties` method. This requires modifying a...