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.
...
| Code Block | ||
|---|---|---|
| ||
sudo apt-get install mininet bridge-utils |
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)
...