Changes between Version 6 and Version 7 of projects/kshaper


Ignore:
Timestamp:
09/25/09 18:55:44 (15 years ago)
Author:
rick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/kshaper

    v6 v7  
    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++. For now on KShaper is based on HTB qdiscs, this may change in the future.
     5an virtual 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 ==
     
    2121  - Redirecting and Mirroring
    2222
    23 == Downloading ==
     23== Downloading and Installing ==
    2424
    25  svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/kshaper
    26 
    27 == Installing ==
    28 
    29 cd kshaper;
    30 qmake;
    31 make
     25{{{
     26rick@thinktop /home/rick $  svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/kshaper
     27A    kshaper/model.cpp
     28,,,
     29A    kshaper/ui/ruleswindow.ui
     30Checked out revision 137.
     31rick@thinktop /home/rick/kshaper $ qmake
     32rick@thinktop /home/rick/kshaper $ make
     33}}}
    3234
    3335== Starting ==
    3436
    35 sh ./start.sh
     37{{{
     38rick@thinktop /home/rick/kshaper $ sh ./start.sh
     39}}}
    3640
    3741== Licenses ==