Changes between Version 12 and Version 13 of Tutorials/m0SDN/aHowTo
- Timestamp:
- Aug 20, 2009, 4:21:54 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/m0SDN/aHowTo
v12 v13 6 6 * Installation of the !OpenFlow Reference System and NOX 7 7 * Performance analysis tools 8 describes the different components of the !OpenFlow network and provides the basics needed to set up an experiment.9 8 10 9 … … 27 26 28 27 == Installing the controller == 29 Two controllers, one from the !OpenFlow reference System (v0.8.9r2) and another from NOX-core (v0.5.0), have been successfully installed and tested on the Console. These can be downloaded from the following places:28 Two distinct controllers, one from the !OpenFlow reference System (v0.8.9r2) and another from NOX-core (v0.5.0), have been successfully installed and tested on the Console. These can be downloaded from the following places: 30 29 31 30 * !OpenFlow reference system: http://www.openflowswitch.org/wp/downloads/ … … 104 103 In the !OpenFlow reference system, a log of the verbose output can be saved by appending `--log-file [filename]`. 105 104 105 == Other Resources == 106 106 107 === the Wireshark plugin === 107 108 The !OpenFlow Reference system comes with an !OpenFlow wireshark dissector. glib is required for the plugin to work: … … 140 141 141 142 In addition, NOX provides a [http://noxrepo.org/manual/app.html Web API] that allows you to do development in C++ or Python. 143 144 === Demo Video === 145 146 A video Demonsration of the usage of the refrence controller can be found at: http://www.winlab.rutgers.edu/~ssugrim/Projects.html 142 147