WMProxyPer-0.9.1
-----------------------------------------------------------------------
Author: Wilke Havinga (w.k.havinga@student.utwente.nl)

Description
-----------------------------------------------------------------------
WMProxyPer displays the logfile of proxyper (the RC5DES personal 
key-proxy) in a nice graphical way (so you can finally close that 
tail -f proxyper.log :)

The program has the following command-line parameters:

* --display: 
Sets the display to use instead of the default one

* --maxrate: 
Sets your maximum expected keyrate (in KKeys * 100, so 25 means 
2.5 MKeys/sec).

* --logfile: 
Sets the logfile to be read (defaults to /var/log/proxyper.log, so
you probably have to change it to where the logfile is on your computer)

Note that some settings must be present in your proxyper.ini (the
configuration file of the proxy):

[console]
logfileconsole=/var/log/proxyper.log
logfileconsolerotation=none
consoleverbosity=buffer, [insert other options here]

Logfile rotation should be off, because it changes the filenames
of logfiles every now and then, which doesn't work with WMProxyPer
ofcourse. Also, the variable "consoleverbosity" should contain the
word 'buffer', because without it nothing of our interest will get
logged!

* --refresh: 
Sets the 'refresh rate'. Defaults to 10 seconds, which is probably fine.

* --type:
Sets the logfile 'type'. This defaults to rc564, but you can also specify
'csc' or 'ogr' to read logfiles from those proxies.


WMProxyPer is being developped on an i386 machine running SuSE Linux 6.0,
and has been tested to work on FreeBSD-4.0-CURRENT (i386) and Solaris 2.6
also. It should run on other platforms as well.


Files
-----------------------------------------------------------------------
README		This file.
INSTALL		Installation instructions.
COPYING		GNU General Public License Version 2.
	

Bugs
-----------------------------------------------------------------------
If you discover any bugs in this software, please send a 
bugreport to w.k.havinga@student.utwente.nl and describe
the problem as detailed as you can.


Copyright
-----------------------------------------------------------------------
WMProxyPer is copyright (c) 1999 by Wilke Havinga and licensed through
the GNU General Public License. 
Read the COPYING file for the complete GNU license.

