Revision 896c4cbc
CONTRIBUTORS | ||
---|---|---|
2 | 2 |
|
3 | 3 |
Mininet is an open source project and we gratefully acknowledge |
4 | 4 |
the many contributions to the project! If you have contributed |
5 |
code to the project and are not on this list, please let us know |
|
5 |
code into the project and are not on this list, please let us know
|
|
6 | 6 |
or send a pull request. |
7 | 7 |
|
8 | 8 |
Contributors include: |
... | ... | |
19 | 19 |
|
20 | 20 |
Gustavo Pantuza Coelho Pinto |
21 | 21 |
Ryan Cox |
22 |
Suaun Crampton
|
|
22 |
Shaun Crampton
|
|
23 | 23 |
David Erickson |
24 | 24 |
Glen Gibb |
25 | 25 |
Andrew Ferguson |
INSTALL | ||
---|---|---|
2 | 2 |
Mininet Installation/Configuration Notes |
3 | 3 |
---------------------------------------- |
4 | 4 |
|
5 |
Mininet 2.0.0
|
|
5 |
Mininet 2.1.0
|
|
6 | 6 |
--- |
7 | 7 |
|
8 | 8 |
The supported installation methods for Mininet are 1) using a |
... | ... | |
42 | 42 |
sudo rm /usr/local/bin/ovs* |
43 | 43 |
sudo rm /usr/local/sbin/ovs* |
44 | 44 |
|
45 |
3. Native installation from source on Ubuntu 11.10+
|
|
45 |
3. Native installation from source on Ubuntu 12.04+
|
|
46 | 46 |
|
47 | 47 |
If you're reading this, you've probably already done so, but the |
48 | 48 |
command to download the Mininet source code is: |
... | ... | |
56 | 56 |
|
57 | 57 |
`install.sh` is a bit intrusive and may possibly damage your OS |
58 | 58 |
and/or home directory, by creating/modifying several directories |
59 |
such as `mininet`, `openflow`, `oftest`, `pox`, or `noxcosre`.
|
|
59 |
such as `mininet`, `openflow`, `oftest`, `pox`, etc..
|
|
60 | 60 |
Although we hope it won't do anything completely terrible, you may |
61 | 61 |
want to look at the script before you run it, and you should make |
62 | 62 |
sure your system and home directory are backed up just in case! |
setup.py | ||
---|---|---|
25 | 25 |
Mininet is a network emulator which uses lightweight |
26 | 26 |
virtualization to create virtual networks for rapid |
27 | 27 |
prototyping of Software-Defined Network (SDN) designs |
28 |
using OpenFlow. http://openflow.org/mininet
|
|
28 |
using OpenFlow. http://mininet.org
|
|
29 | 29 |
""", |
30 | 30 |
classifiers=[ |
31 | 31 |
"License :: OSI Approved :: BSD License", |
32 | 32 |
"Programming Language :: Python", |
33 |
"Development Status :: 2 - Pre-Alpha",
|
|
33 |
"Development Status :: 5 - Production/Stable",
|
|
34 | 34 |
"Intended Audience :: Developers", |
35 |
"Topic :: Internet",
|
|
35 |
"Topic :: System :: Emulators",
|
|
36 | 36 |
], |
37 | 37 |
keywords='networking emulator protocol Internet OpenFlow SDN', |
38 | 38 |
license='BSD', |
Also available in: Unified diff