Elmar Schug
Elmar Schug
## MTU - technical background The default [MTU](https://en.wikipedia.org/wiki/Maximum_transmission_unit) of Wireguard is 1420. In Netbird the default MTU value is 1280 because it accounts for some additional header (140 bytes) that...
We plan to use MQTT for data exchange purposes between DuTs and peers on the one hand and CARL and other services on the other hand. Examples are: - Current...
RustRover sets the environment variable RUSTC_BOOTSTRAP=1 during test execution, but this variable is not set for regular compilation. In combination with the latest versions of [anyhow](https://crates.io/crates/anyhow) and [thiserror](https://crates.io/crates/thiserror), cargo re-compiles...
We would like to have a plugin mechanism to extend openDuT with functionality for specific use-cases. We plan to use [WebAssembly](https://webassembly.org) as portable compilation target for plugins, but there's still...
To keep deployment- and test-scripts simple, CLEO should provide a mechanism to await a certain state of a cluster. Depends on parts of #199. Tasks: - [ ] Extend `ObserverMessagingBroker`...
To keep deployment- and test-scripts simple, CLEO should provide a mechanism to await a certain state of a peer. This issue is blocked by #7, due to the fact, that...
To keep deployment- and test-scripts simple, CLEO should provide a mechanism to await a certain condition/state of a resource. Examples: - await successful connection to CARL. - await the 'healthy'...
It should be possible to mange Testsuites and Testruns with CLEO.
EDGAR should execute VIPER tests after receiving its `PeerConfiguration`.
Implement an initial UI to configure a simple testsuite with an embedded source.