You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
412 B
Plaintext

# Usefull to know
# sudo fuser -k 6653/tcp
# sudo mn -c
Per far funzionare le cose serve:
sudo apt-get install python3
python3 --version //This command should display the version of Python 3.x that was installed
sudo apt-get install openvswitch-testcontroller //non serve davvero
sudo apt-get install python3-pip
2 years ago
pip3 install configparser
pip3 install colorama
pip3 install ryu
sudo apt-get install mininet