Changes between Version 6 and Version 7 of projects/kshaper
- Timestamp:
- 09/25/09 18:55:44 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
projects/kshaper
v6 v7 3 3 4 4 KShaper is a graphical based trafficshaper application made for Linux desktops. It uses iproute2 with 5 an virtual lyintermediate 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.5 an 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. 6 6 7 7 == Features == … … 21 21 - Redirecting and Mirroring 22 22 23 == Downloading ==23 == Downloading and Installing == 24 24 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 {{{ 26 rick@thinktop /home/rick $ svn co --username=anonymous --password=anonymous http://open.syn3.nl/syn3/svndav/default/trunk/projects/kshaper 27 A kshaper/model.cpp 28 ,,, 29 A kshaper/ui/ruleswindow.ui 30 Checked out revision 137. 31 rick@thinktop /home/rick/kshaper $ qmake 32 rick@thinktop /home/rick/kshaper $ make 33 }}} 32 34 33 35 == Starting == 34 36 35 sh ./start.sh 37 {{{ 38 rick@thinktop /home/rick/kshaper $ sh ./start.sh 39 }}} 36 40 37 41 == Licenses ==