Changes between Version 1 and Version 2 of Internal/OpenFlow/Controllers/MultiCtl


Ignore:
Timestamp:
Sep 5, 2012, 7:58:40 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/MultiCtl

    v1 v2  
    1 = Multiple Controllers (And making them cooperate). =
     1= Multiple Controllers (And making them cooperate). = #home
    22This page documents the process of designing a multi-controller !OpenFlow architecture where the controllers actively collaborate to emulate a network stack for experiments. 
    33
    44== Quick Links. ==
    5 [#i Overview.] [[BR]]
     5[#i Overview] [[BR]]
     6[#ii Development Setup] [[BR]]
     7[#iii Logs] - records of work [[BR]]
     8[#iv Subpages] - extra notes related to this page
    69
    710== Overview. == #i
     
    1518
    1619Developing a general solution to this problem is difficult, so focus will be narrowed down to a more specific task of producing a cooperative multi-controller framework for running a topology configuration service split into a global and local component, and an experimental routing protocol with ID resolution.   
    17    
     20 
     21== Development Setup == #ii
     22The [http://yuba.stanford.edu/foswiki/bin/view/OpenFlow/Mininet Mininet SDN prototyping tool] will be used for  testing and debugging implementations. The implementation will be based on modified versions of !OpenFlow Hub's [http://floodlight.openflowhub.org Floodlight controller].
     23
     24Proof-of-concept experiments for evaluating the architecture will be run on ORBIT sandboxes.
     25 
     26----
     27[#home Home.]