forked from opennetworkinglab/flowvisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
23 lines (19 loc) · 1.02 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
FlowVisor:
An OpenFlow controller that acts as a hypervisor/proxy
between a switch and multiple controllers. Can slice
multiple switches in parallel, effectively slicing a network.
Documentation:
Start with the INSTALL file and then refer to:
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki
for more information on the installation process refer to:
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki/Installation-from-Source, or
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki/Installation-from-Binary
for configuration and deployment instructions. Also,
the manpages are in the ./doc directory and can be viewed
without installing them using `man ./doc/fvctl.1`
For developers, check out README.dev and the architecture diagrams:
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki under the developement section
Also, `make docs` produces the source code documentation and
there are manpages under ./doc
Questions: