Download/Get Started With Mininet-WiFi

Option 2: Native Installation from Source

This option works well for local VM, remote EC2, and native installation. It assumes the starting point of a fresh Ubuntu, Debian (or, experimentally, Fedora) installation.

We strongly recommend more recent Ubuntu releases, because they support newer versions of Open vSwitch. (Fedora also supports recent OVS releases)

To install natively from source, first you need to get the source code:

git clone git://github.com/intrig-unicamp/mininet-wifi

Note that the above git command will check out the latest and greatest Mininet (which we recommend!)

cd mininet-wifi

Once you have the source tree, the command to install Mininet-WiFi is:

sudo util/install.sh -Wlnfv

install.sh options: * -W: wireless dependencies * -l: wmediumd * -n: mininet-wifi dependencies * -f: OpenFlow * -v: OpenvSwitch

optional: * -6: wpan tools