Elmar Schug
Elmar Schug
[Here](https://gist.github.com/brasey/fa2277a6d7242cdf4e4b7c720d42b567) is another solution using systemd-resolved.
Hey @vv-ab, i restructured the YAML part and cleaned-up the API. It reduces the code to get a _pre-parsed_ `YamlSpecificationFile` in CLEO to a single line: ```rust let file =...
Hey @olFi95 did you face similar performance problems when parsing ARXMLs with [autosar-data](https://crates.io/crates/autosar-data)? Do you have some tips?
@mbfm as just discussed, i extracted an issue for each bullet point in the list and @vv-ab will work on the issues from top to bottom.
@reimarstier please add some infos about required Netbird configuration
I can recommend [rusqlite](https://crates.io/crates/rusqlite). The advantage is, that you can run a SQLite Database within the same process. Therefore it is not required to extend THEO. For simple unit tests...
Re-opened to support a custom hardware setup.
if i understand you correctly an example for a topic to consume the current would be: ``` /25fedc11-d37f-4752-b20b-0f60aa1541f6/Manson-HCS-3404/I ``` Right?
ah. `model` is a sub-topic and `"Manson HCS-3404"` it's value. got it. Thank you. For a test bench with one powersupply providing two channels it would look like this: ```...
Hey @ThHirsch, we also looking forward to get this feature soon, but we cannot force the netbird developers. We are just netbird users too. Within openDuT we use a custom...