Skip to content
Snippets Groups Projects
Commit 6c82d1ba authored by Bob Lantz's avatar Bob Lantz
Browse files

Added blurbs for new demos.

parent 03e59652
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment