Added blurbs for new demos.

This commit is contained in:
Bob Lantz
2010-04-10 23:51:57 -07:00
parent 03e5965236
commit 6c82d1bae7
+14
View File
@@ -6,11 +6,25 @@ Mininet's Python API.
---
consoles.py:
This example creates a grid of console windows, one for each node,
and allows interaction with and monitoring of each console.
emptynet.py:
This example demonstrates creating an empty network (i.e. with no
topology object) and adding nodes to it.
linearbandwidth.py:
This example shows how to create a custom topology programatically
by subclassing Topo, and how to run a series of tests on it.
miniedit.py:
This example demonstrates creating a network via a graphical editor.
multitest.py:
This example creates a network and runs multiple tests on it.