-
Notifications
You must be signed in to change notification settings - Fork 1
1. Installation Tutorial
Carlos edited this page Nov 28, 2019
·
2 revisions
In order to build and use IHS scenarios, you must have mininet and minicps installed in your system and running with Python3.
Python 2.7 is dead!! Long live to Python 3
You can do that using update-alternatives:
- sudo update-alternatives --config python
First of all download mininet:
git clone git://github.com/mininet/mininet
sudo make install
You should install minicps version for Python 3.
- pip3 install git+https://github.com/CarlosLannister/minicps
All scenarios are made using python and have their requirements.txt inside them. You should:
- pip3 install -r requirements.txt
- sudo python3 run.py
- Read and follow the documentation of each scenario in order to run it