diff options
| author | gregory guy <gregory-tde@laposte.net> | 2019-10-19 15:08:42 +0200 |
|---|---|---|
| committer | gregory guy <gregory-tde@laposte.net> | 2019-10-19 15:08:42 +0200 |
| commit | 67a885d834f1e7d37374c0989fdd82cd50d0c282 (patch) | |
| tree | 941b33261dd67c9e48b7d3d011184888c189b893 /README | |
| parent | db515d1574855a0b4bc6f976ff78b60df7ceae78 (diff) | |
| download | knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.tar.gz knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.zip | |
Drop automake build support.
Add basic cmake build instructions in INSTALL.
version.h (return knetload version) has moved to the "knetload"
folder.
Rework the README and INSTALL files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 42 |
1 files changed, 24 insertions, 18 deletions
@@ -1,28 +1,34 @@ -KNETLoad +KNETLoad - a network throughput meter for Kicker (TDE panel). -This file should only be read as a fast description. The online -KNetLoad handbook contains more detailed information. -This is a network throughput meter for Kicker (the TDE panel). It will -show the traffic on a network device with two diagrams, one for outgoing and -one for incoming data. KNetLoad can read almost any device that is listed -in the /proc/net/dev file, which includes eth0, ppp0, ippp0 and many others; -even non predefined devices can be typed into the program. The colors, style -and speed of the diagrams can be configured. -To bring up the settings menu, simply right click on the diagram. Before -KNetLoad will work you must define what device it should use, and set the -correct scaling value which depends on the speed of your network device. +Knetload is a network throughput meter for Kicker for the TDE panel. +It will show the traffic on a network device with two diagrams, one for +outgoing and the other for incoming data. It can read almost any device +that is listed in the /proc/net/dev file which includes eth0, ppp0, +ippp0 and many others; even non predefined devices can be typed into the +program. The colors, the style and the speed the diagrams can be +configured. + +To bring up the settings menu, simply right click on the diagram. Before +KNetLoad can work you have to define what device it should use and you +should also set the correct scaling value which depends on the speed of +your network device. Left click on the diagram to bring up a small information box which will -show the exact input and output speeds in text form, and the total amount +show the exact input and output speeds in text form and the total amount of outgoing and incoming data. -Install: -./configure -make -make install - Markus Gustavsson <mighty@fragzone.se> + CONTRIBUTING +============== + +If you wish to contribute to Knetload (TDE), you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate |
