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


Ignore:
Timestamp:
Feb 16, 2012, 5:16:23 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

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

    v1 v2  
    3131 * Check the box for “Floodlight”. No other Projects should be present and none should be selected.
    3232 * Click Finish.
     33Once imported, the controller may be run by right-clicking on Controller.java (net.floodlightcontroller.core.internal.Controller.java, found under src/main/java) and choosing Run As -> Java Application.
     34== II. Adding functionality. ==
     35A base tutorial can be found [http://floodlight.openflowhub.org/developing-floodlight/ here]. The rough steps are the following:
     36 1. Create a new class under src/main/java, basing it off of a template, if it exists, and
     37 2. Modify Controller.java to include your class. Note - to search for the init() function it is better to look for its whole declaration, `protected void init()`.
     38
     39== temporary mininet info ==
     40Using with vnc: requires:
     41{{{
     42kvm-pxe ssvnc tightvncserver
     43}}}