NApp reponsible for coloring switches on the network topology
NApp to color switches based on the network topology.
After picking a color for each switch, installs high priority flows in each switch, that send to the controller packets with a neighbors' color.
To install this NApp, make sure to have the same venv activated as you have kytos
installed on:
$ git clone https://github.com/kytos-ng/coloring.git
$ cd coloring
$ python3 -m pip install --editable .
To install the kytos environment, please follow our development environment setup.
kytos/topology.updated
kytos/of_multi_table.enable_table
kytos/topology.switch.disabled
kytos/topology.link.disabled
A response from the kytos/of_multi_table.enable_table
event to confirm table settings.
{
'table_group': <object>
}