Posts

Showing posts with the label Mininet

Mininet-WiFi Installation Under Ubuntu

Image
Mininet-WiFi is a fork of Mininet ( http://mininet.org/ ) which allows the using of both WiFi Stations and Access Points. Mininet-WiFi only add wifi features and you can work with it like you were working with Mininet. 1 Installation The installation of Mininet-WiFi is quiet easy under Ubuntu System. Only a few steps is needed. step 1: $ sudo apt-get install git step 2: $ git clone https://github.com/intrig-unicamp/mininet-wifi step 3: $ cd mininet-wifi step 4: $ sudo util/install.sh -Wnfvl If the installation is success, using the command "sudo mn --wifi" can start it. 2 Getting started 2.1 Using CLI (command line)  Just a simple command:                                   sudo mn --wifi If you see this, congratulations!   If starting the Mininet-WiFi fails, don't worry, please try the fol...