Due to a ransomware attack, the wiki was reverted to a July 2022 version. . We apologize for the lack of a more recent valid backup.
...
Option 2: It's also easy to install Mininet from source in an Ubuntu VM or server:
| Code Block | ||
|---|---|---|
| ||
git clone http://github.com/mininet/mininet mininet/util/install.sh -nvfw |
(recommended options:-n: install core Mininet dependencies;-v: install Open vSwitch;-f: install legacy Stanford 1.0 user switch and controller;-w: install wireshark and improved OpenFlow wireshark dissector)
...
Make sure you are running Mininet version 2.2.1 or later:
mn --version| Code Block | ||
|---|---|---|
| ||
mn --version |
If not, try installing from the git repository as described above.
...