Changes between Version 2 and Version 3 of Internal/OpenFlow/Controllers/MultiCtl
- Timestamp:
- Sep 5, 2012, 8:30:05 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/MultiCtl
v2 v3 4 4 == Quick Links. == 5 5 [#i Overview] [[BR]] 6 [#ii Development Setup] [[BR]]7 [#iii Logs] - records of work[[BR]]8 [#iv Subpages] - extra notes related to this page6 [#ii Logistics] [[BR]] 7 [#iii Subpages] - extra notes related to this page [[BR]] 8 [#iv Logs] - records of work 9 9 10 10 == Overview. == #i … … 19 19 Developing 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. 20 20 21 == Development Setup == #ii 21 == Logistics == #ii 22 ==== Work Setup ==== 22 23 The [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 24 24 25 Proof-of-concept experiments for evaluating the architecture will be run on ORBIT sandboxes. 25 26 27 ==== Timeline ==== 28 An approximate 3.5 months (14 weeks) is allotted for design, implementation, and evaluation. the ideal split of time is the following: 29 * 3-5 weeks: architecture layout, topology control, context framework 30 * 3-4 weeks (end of: week 6-9): integrating routing/resolution 31 * 3-4 weeks (end of: week 9-13): evaluation 32 * remainder (end of: week 14): documentation 33 34 This schedule is a general outline and is used as a guideline; the actual work-flow will inevitably change. 35 36 == Subpages == #iii 37 38 == Logging. == #iv 39 === (9/5) === 26 40 ---- 27 41 [#home Home.]