From bf97d21c034398844b1b4290237891ec32842917 Mon Sep 17 00:00:00 2001 From: Gustavo Pantuza Coelho Pinto Date: Thu, 18 Jul 2013 18:42:10 -0700 Subject: [PATCH] Added dynamicnet.py to README file of the examples --- examples/README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/README b/examples/README index 841486e..23cad6e 100644 --- a/examples/README +++ b/examples/README @@ -118,3 +118,8 @@ This example attempts to create a 1024-host network, and then runs the CLI on it. It may run into scalability limits, depending on available memory and sysctl configuration (see INSTALL.) +dynamicnet.py: + +This example builds a network based on command line arguments and uses +a remote controller. It is a good option to use with POX controller and +develop Software Defined Networks.