-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
60 lines (37 loc) · 1.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
NOX 1.1 Oflib
-------------
This is an OpenFlow 1.1 [1] compatible version of the NOX controller.
The code is based on Nicira's NOX Zaku controller [2], with
OpenFlow proecessing being replaced with Oflib from the OpenFlow 1.1 Software
Switch [3]. The controller only supports C++ applications (no Python).
[1] http://www.openflow.org/documents/openflow-spec-v1.1.0.pdf
[2] http://noxrepo.org/cgi-bin/gitweb.cgi?p=nox;a=tree;h=8479a2d595e960d0953c4517b3a54be8fbc316b6;hb=8479a2d595e960d0953c4517b3a54be8fbc316b6
[3] https://github.com/TrafficLab/of11softswitch
Getting Started
---------------
To build, run the following commands in the of11softswitch directory:
./boot.sh
mkdir build
../configure
make
To start the controller, run the following commands:
cd build/src
./nox-core -i ptcp:<port> [applications]
This will start the controller, listening on the given port for switch
connetions. For a complete list of options, use the --help argument.
Contribute
----------
Please submit your bug reports, fixes and suggestions as pull requests on
github, or by contacting us directly.
License
-------
NOX code is released under the GNU General Public license.
Oflib itself is released under the BSD license.
References
----------
[1] OpenFlow: http://www.openflow.org/
[2] ONF: http://www.opennetworkingfoundation.org/
Contact
-------
E-mail: Zoltan Lajos Kis ([email protected])
Repo: https://github.com/TrafficLab/nox11oflib