Updated to reflect new controllers.py and old controllers2.py

This commit is contained in:
Bob Lantz
2013-02-28 17:59:14 -08:00
parent ad09c1e086
commit f018137207
+8 -1
View File
@@ -19,7 +19,14 @@ graphical monitoring.
controllers.py:
This example creates a network and adds multiple controllers to it.
This example creates a network with multiple controllers, by
using a custom Switch() subclass.
controllers2.py:
This example creates a network with multiple controllers by
creating an empty network, adding nodes to it, and manually
starting the switches.
cpu.py: