Changes between Version 5 and Version 6 of projects/kshaper


Ignore:
Timestamp:
09/25/09 18:51:30 (15 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/kshaper

    v5 v6  
    33
    44KShaper is a graphical based trafficshaper application made for Linux desktops. It uses iproute2 with
    5 an virtually intermediate device and is written in the programming language QT/C++.
     5an virtually intermediate device and is written in the programming language QT/C++. For now on KShaper is based on HTB qdiscs, this may change in the future.
    66
    77== Features ==
     
    1111
    1212== Requirements ==
    13  - IFB(Intermediate Functional Block) device support by Linux kernel.
    1413 - Iproute2.
     14 - Linux needs these features in the kernel:
     15  - IFB(Intermediate Functional Block)
     16  - HTB (Hierarchical Token Bucket)qdisc
     17  - Ingress qdisc
     18  - SFQ (Stochastic Fairness Queueing)
     19  - Universal 32bit comparisons w/ hashing (U32)
     20  - Actions
     21  - Redirecting and Mirroring
     22
     23== Downloading ==
     24
     25 svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/kshaper
     26
     27== Installing ==
     28
     29cd kshaper;
     30qmake;
     31make
     32
     33== Starting ==
     34
     35sh ./start.sh
    1536
    1637== Licenses ==