virtualenv -p python3 .venv
source .venv/bin/activate
pip3 install -r requirements.txt
# floodlight and mininet should be running
python main.pymacdewee/sdn_project
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
| Name | Name | Last commit date | ||
|---|---|---|---|---|
virtualenv -p python3 .venv
source .venv/bin/activate
pip3 install -r requirements.txt
# floodlight and mininet should be running
python main.py