Skip to content

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.

Make sure to have Python3 as default Python

Python 2.7 is dead!! Long live to Python 3

You can do that using update-alternatives:

  1. sudo update-alternatives --config python

Mininet Install

First of all download mininet:

  1. git clone git://github.com/mininet/mininet
  2. sudo make install

Minicps

You should install minicps version for Python 3.

  1. pip3 install git+https://github.com/CarlosLannister/minicps

Running scenarios

All scenarios are made using python and have their requirements.txt inside them. You should:

  1. pip3 install -r requirements.txt
  2. sudo python3 run.py
  3. Read and follow the documentation of each scenario in order to run it