Frank Märkle
Frank Märkle
We want to monitor the state of each peer and as such the cluster that they're contained in. Tasks: * Determine PeerState * [x] Determine PeerConfiguration apply state * [x]...
Closes #171.
A user should be able to define a network interface as either Ethernet or CAN. For a CAN interface, further parameters should be provided. Tasks: - [x] Adjust opendut-types as...
We should check that openDuT works across a distance (e.g. 50+ km). Tasks: - [x] Basic ICMP ping - [ ] UDS discovery should detect ECU across openDuT
* [ ] Config should be restructured to account for differences in logging/telemetry. Ensure compatibility with THEO. * [ ] Split up `opendut-util/logging.rs` and generally look over code, if it...
Currently, it is possible to delete a Peer which has one of its devices included into a ClusterConfiguration. This means that deploying the cluster fails, because no respective Peer can...
In principle, we want roughly this change to be made: ```diff let engine = match engine { Engine::Docker => { "docker" } Engine::Podman => { "podman" } }; let mut...
It should not be possible to delete a cluster, when it is still deployed. The user should get feedback about this. Currently, it looks like this in LEA:  Tasks:...
EDGAR should support using a custom bridge name. See #55 for context. This name should be specified via LEA and CLEO and passed into the PeerDescriptor. From there, CARL should...