Add controlnet.py example.

This commit is contained in:
Bob Lantz
2013-07-04 00:41:30 -07:00
parent aa554d985d
commit 32502bbd1a
2 changed files with 122 additions and 0 deletions
+5
View File
@@ -28,6 +28,11 @@ This example creates a network with multiple controllers by
creating an empty network, adding nodes to it, and manually
starting the switches.
controlnet.py:
This examples shows how you can model the control network as well
as the data network, by actually creating two Mininet objects.
cpu.py:
This example tests iperf bandwidth for varying CPU limits.