Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Option 2: It's also easy to install Mininet from source in an Ubuntu VM or server:

 

Code Block
languagebash
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
languagebash
mn --version

 

If not, try installing from the git repository as described above.

...