Added dynamicnet.py to README file of the examples

This commit is contained in:
Gustavo Pantuza Coelho Pinto
2013-07-18 18:42:10 -07:00
parent c554987912
commit bf97d21c03
+5
View File
@@ -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 CLI on it. It may run into scalability limits, depending on available
memory and sysctl configuration (see INSTALL.) 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.