From 6c82d1bae786359b3d7bdd435ee3ae656d868093 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sat, 10 Apr 2010 23:51:57 -0700 Subject: [PATCH] Added blurbs for new demos. --- examples/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/README b/examples/README index 3193412..4742dea 100644 --- a/examples/README +++ b/examples/README @@ -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.