From f01813720751c6a601337b3559caaf219e1cb371 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Thu, 28 Feb 2013 17:59:14 -0800 Subject: [PATCH] Updated to reflect new controllers.py and old controllers2.py --- examples/README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/README b/examples/README index dd71bea..80b46d4 100644 --- a/examples/README +++ b/examples/README @@ -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: