Changes between Version 6 and Version 7 of Internal/OpenFlow/Controllers/FloodLight


Ignore:
Timestamp:
May 22, 2012, 10:53:46 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

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

    v6 v7  
    44== Quick Links ==
    55 [#install Installation][[BR]]
     6 [#features Features][[BR]]
    67 [#modding Adding functionality][[BR]]
    78 [#arch Architecture] - the section most likely to change as I figure things out/discover my own misconceptions. [[BR]]
     
    4849The learning switch is loaded by default. The controller listens on 0.0.0.0:6633 (host, all interfaces with an IP address).
    4950
     51== Features == #features
     52Floodlight comes with several tools/features:
     53
     54 * [http://www.openflowhub.org/display/floodlightcontroller/REST+API RESTful API]
     55 * [http://www.openflowhub.org/display/floodlightcontroller/Static+Flow+Pusher static flow pusher]
     56 * [https://github.com/thewmf/floodlight web UI]
     57
     58The REST API takes the same syntax as the BSN controller. The web UI is already incorporated into the latest version so there is no downloading/git checkout required. 
     59
    5060== Adding functionality. == #modding
    5161A base tutorial can be found [http://floodlight.openflowhub.org/developing-floodlight/ here]. The steps assume that you are using Eclipse. The rough steps are the following: