On Tue, 21 Mar 2017 11:26:16 +0100 Tao Li <[email protected]> wrote:
> I am trying to develop a distributed controller for my research work > and it would be good to refer to other existing > implementations. Although there are several papers claiming they > have implemented a distributed control plane based on Ryu, but > somehow I cannot find an open sourced one. Does anyone happen to > know if there is a distributed version of Ryu or would like to share > it? I am happy to acknowledge any help from you in the work. You could say that the default OpenStack Neutron OVS plugin is a distributed controller. A Ryu OF controller is deployed on every compute node with OVS, that is, one OF controller manages only one OVS. A central component manages these Ryu controllers via RPC APIs. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
