Changes between Version 6 and Version 7 of Internal/OpenFlow/Controllers/FloodLight
- Timestamp:
- May 22, 2012, 10:53:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/FloodLight
v6 v7 4 4 == Quick Links == 5 5 [#install Installation][[BR]] 6 [#features Features][[BR]] 6 7 [#modding Adding functionality][[BR]] 7 8 [#arch Architecture] - the section most likely to change as I figure things out/discover my own misconceptions. [[BR]] … … 48 49 The learning switch is loaded by default. The controller listens on 0.0.0.0:6633 (host, all interfaces with an IP address). 49 50 51 == Features == #features 52 Floodlight 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 58 The 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 50 60 == Adding functionality. == #modding 51 61 A 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: