srieger1 / digsinet

multiple twins (siblings) of a network topology (e.g., based on containerlab) with continuous data exchange
https://srieger1.github.io/digsinet/
5 stars 0 forks source link

Refactor configuration management #20

Closed Lachstec closed 1 month ago

Lachstec commented 1 month ago

Currently, the configuration is passed in via a big yaml file that gets parsed into a dictionary. This is a bit inconvienient as it neither documents what configuration values are available and it pollutes the main function. Maybe it would be nice to refactor it out into a separate class?

Lachstec commented 1 month ago

Currently working on this and making progress.

TODO