I have a question regarding the communication between Mininet and the Opendaylight controller.
I have a virtual testbed with Mininet and Opendaylight controller. And when I tear down some links between the switches, it is immediately reflected in the ODL web interface.
So I want to know how the Controller gets to know that the network topology has changed. Is it because of the hello messages exchanged between ODL controller and mininet switches? If so, Can anyone tell at what rate the “hello” messages are exchanged between the controller and mininet nodes?