How should I implement a ryu controller to balance load between switches?
I should create complete mesh topology in mininet and create a load balancer on it, I can easily create that mesh topology but I cannot even ping from one host to another how should I do it?
also consider that I should do it with OpenFlow. I would appreciate any guidance to me, thanks.