Explorar o código

Update README.md

Christian Sieber %!s(int64=10) %!d(string=hai) anos
pai
achega
9779b4f582
Modificáronse 1 ficheiros con 10 adicións e 4 borrados
  1. 10 4
      README.md

+ 10 - 4
README.md

@@ -1,12 +1,18 @@
-# Requirements
+# tcgui
+
+A lightweight Python-based Web-GUI for Linux traffic control (tc) to set, view and delete traffic shaping rules.
+
+## Requirements
 
 - tested with ubuntu 16.04 LTS
 - netem is required
     - install with `sudo apt-get install iproute`
 - more information: https://calomel.org/network_loss_emulation.html
 
+## Usage
 
-# Usage
+- Execute the main.py file and go to http://localhost:5000:
+    
+    sudo python3 main.py
 
-- Execute the main.py file and go to http://localhost:5000
-- The tool will read your interfaces and the current setup every time the site is reloaded
+- The tool will read your interfaces and the current setup every time the site is reloaded