Changes between Version 14 and Version 15 of Internal/OpenFlow/Controllers/FlowVisor


Ignore:
Timestamp:
Jun 21, 2012, 9:40:40 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

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

    v14 v15  
    175175
    176176=== Startup ===
    177 '''In `Flowvisor.java`:'''
     177'''In `Flowvisor.java`:''' [[BR]]
     178Main function:
     179 1. Read configurations from file (default: /usr/local/etc/flowvisor/config.json)
     180 1. Populate FVConfig with file contents
     181 1. launch run() routine
     182run() routine: 
    178183 1. Instantiate event loop
    179184 1. If the topology controller is needed, initialize
    180185 1. Initialize the OFSwitchAcceptor
    181186 1. Initialize the API server     
     187 1. Set configurations with contents of FVConfig 
     188 1. launch event handling
    182189
    183190'''In `OFSwitchAcceptor`:'''