|
|
7 years ago | |
|---|---|---|
| templates | 7 years ago | |
| LICENSE | 10 years ago | |
| README.md | 8 years ago | |
| main.py | 7 years ago |
A lightweight Python-based Web-GUI for Linux traffic control (tc) to set, view and delete traffic shaping rules. The Web-GUI is intended for short-term isolated testbeds or classroom scenarios and does not contain any security mechanisms.
No further changes are planned right now, but pull requests are welcome.
sudo apt-get install iproute python3-flaskExecute the main.py file and go to http://localhost:5000:
sudo python3 main.py
The tool will read your interfaces and the current setup every time the site is reloaded