Re: [Ryu-devel] Multiple controller implementation recommendations.

2017-04-24 Thread Yi Tseng
Hi, I think there is no common way to implement it. You can use something like zookeeper to hold distributed state. And use message queue to communicate between controllers. By the way, I think FlowVisor is not a framework/tool for that purpose. -- Yi 2017-04-23 21:26 GMT-07:00 陳家錡 : > He

[Ryu-devel] Multiple controller implementation recommendations.

2017-04-23 Thread 陳家錡
Hello everyone, I use socket to implement the communication with controllers and it work perfect now. But the disadvantage is : It only can detect the fail from controller instead of the link between the switch and the controller. Therefore, I would like to ask: What is the common way to implement