ecklm / adaptive-network-slicing

Project holding the implementation and results of my thesis project at University of Trento, Italy
20 stars 5 forks source link

Controller: Distribute code accross different files #8

Closed ecklm closed 4 years ago

ecklm commented 4 years ago

adapting_monitor_13.py Is becoming bloated. Having the ability of configuration, some components need to be more separated from others (eg. The FlowStat class can and should be completely independent from the others).

This step should force more correct configurability and data/functionality separation.