Prerequisites for the Workshop
Hi and welcome back! We recommend you to Dual boot your system with 2 partitions of Windows and Ubuntu. Ubuntu is a mandatory OS to perform the experiments as part of the workshop whereas one could do without Windows (left to your discretion). Follow this YouTube video if you are new to dual booting and need some instructions to do so. The video is taken from YouTube after careful consideration as few other tutorials available online may not always work as expected. After installing Ubuntu on your system, install the following: 1) Mininet Open a terminal (Ctrl + Alt + T) and type the following command(s): > sudo apt-get install mininet > sudo mn If the above commands work without giving any error, it means that Mininet has been installed successfully. Quit the Mininet console by typing 'exit' or 'quit' > sudo mn -c Perform the above to clear your buffers. 2) Git > sudo apt-get install git OR > sudo apt-get install python-pip ...