Switch and Routing - Politecnico di Milano (2015/2016 1st Semester)
sudo mn --custom (path to topology-file).py --topo mytopo --mac --controller remote --pre (path to configuration file)
Requires for the config, tree, node and controler file to be in the app directory of Ryu
cd (ryu directory)
PYTHONPATH=. ./bin/ryu-manager ryu/app/(controler_file).py
Note: The files related to the algorithm must be in the same directory as the controller file. The configuration file must be named config.
- Nuno Bajanca (@NBajanca)
- Vladimir Tomov (@vtomov92)
- Konstantin Tsolev (@KTsolev)
- Francisco Santos (@franciscof93)
- Alim Mohamed (@oxnitrogen)
- Guido Maier
- Navin Kukreja