Changes between Initial Version and Version 1 of OpenFlow/Controllers/Floodlight


Ignore:
Timestamp:
12/11/12 14:10:18 (11 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/Controllers/Floodlight

    v1 v1  
     1[[PageOutline]]
     2
     3= Floodlight =
     4Floodlight is a OpenFlow controller platform.  It is primarily written in Java, although it has some REST APIs, and the source contains some tools written in other languages that can interface with those APIs.
     5
     6== For Operators ==
     7=== Configuration ===
     8http://www.openflowhub.org/display/floodlightcontroller/Configuration+HOWTO explains how to load specific modules.  Modules are documented at http://www.openflowhub.org/pages/viewpage.action?pageId=3638160.  The default configuration uses the Forwarding module to forward traffic.
     9
     10=== Monitoring ===
     11Monitoring what is going on within an OpenFlow network can be done with a few basic curl commands and a basic understanding of how to read JSON.  The full set of commands are documented at http://www.openflowhub.org/display/floodlightcontroller/Floodlight+REST+API, but a few select useful ones are documented below.
     12
     13==== Querying for Switch Features ====
     14
     15==== Querying for Flow Stats ====
     16
     17==== Querying for Topology Information ====
     18
     19==== Testing specific !OpenFlow features ====
     20
     21== For Developers ==
     22Developers can refer to http://www.openflowhub.org/display/floodlightcontroller/For+Developers for information on how to develop controllers in Floodlight.