Revision 4219b229
INSTALL | ||
---|---|---|
2 | 2 |
Mininet Installation/Configuration Notes |
3 | 3 |
---------------------------------------- |
4 | 4 |
|
5 |
Mininet 2.2.0b1
|
|
5 |
Mininet 2.2.0b2
|
|
6 | 6 |
--- |
7 | 7 |
|
8 | 8 |
The supported installation methods for Mininet are 1) using a |
LICENSE | ||
---|---|---|
1 |
Mininet 2.2.0b1 License
|
|
1 |
Mininet 2.2.0b2 License
|
|
2 | 2 |
|
3 | 3 |
Copyright (c) 2013 Open Networking Laboratory |
4 | 4 |
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of |
README.md | ||
---|---|---|
3 | 3 |
|
4 | 4 |
*The best way to emulate almost any network on your laptop!* |
5 | 5 |
|
6 |
Mininet 2.2.0b1
|
|
6 |
Mininet 2.2.0b2
|
|
7 | 7 |
|
8 | 8 |
### What is Mininet? |
9 | 9 |
|
mininet/net.py | ||
---|---|---|
106 | 106 |
from mininet.term import cleanUpScreens, makeTerms |
107 | 107 |
|
108 | 108 |
# Mininet version: should be consistent with README and LICENSE |
109 |
VERSION = "2.2.0b1"
|
|
109 |
VERSION = "2.2.0b2"
|
|
110 | 110 |
|
111 | 111 |
class Mininet( object ): |
112 | 112 |
"Network emulation with hosts spawned in network namespaces." |
Also available in: Unified diff