Pierantonio Merlino
Pierantonio Merlino
**Is your feature request related to a problem? Please describe.** When Kura is installed, it copies/modifies several configuration files in the underlying system, especially when the network version is used....
Currently Kura allows to set up a WiFi Access Point through the webUI. The wireless channel of the link can be statically configured at the bottom of the "Wireless" tab....
**Is your feature request related to a problem? Please describe.** The tests implemented for the new `CommandExecutorService` check the method functionality running simple command on the underlying OS. For example...
> **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 supported [types](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#type) and [scopes](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#scope)....
This PR tries to fix the issue #113. A mutex and guard_locks are added in BluetoothManager to synchronize the access to the event_list. I'm not a C++ expert, so please...
> **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 supported [types](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#type) and [scopes](https://github.com/eclipse/kura/blob/develop/CONTRIBUTING.md#scope)....
The `getInterFrameDelay` in `ModbusSerialTransport` returns milliseconds values instead of microseconds if the baudrate is below 19200. The following method: ``` /** * In microseconds * * @return Delay between frames...
### Please provide a brief summary of the bug This command ``` keytool -genkey -alias localhost -keyalg RSA -keysize 4096 -keystore "./httpskeystore.ks" -dname "CN=Kura, OU=Kura, O=Eclipse, L=Amaro, S=UD, C=IT" -ext...