| home history interests Linux projects remarks mail |
This windowmaker applet connects to the specified mserver and displays status information about the current dialup connection, if there is any. The look and feel of the applet is the one from the wmppp.app 1.3.0 by Martijn Pieterse and Antoine Nulle. You have 2 buttons to connect/disconnect to/from the mserver. LEDs tell you if you are connected to the mserver and if there's an active dialup connection. The duration of the connection will be printed and - if supported by your version of mserver - load information will be visualized.
wmmclient <OPTIONS> hostname[:port]
-h little help
-g <geometry> initial window position
-u <update rate> (1..60) default 5 seconds
-m show hours:minutes instead of minutes:seconds
-v print the version number
-c connect to host at startup
-U <user> specify user for connection
-P <password> specify password for connection
tar -zxf wmmclient-0.3.0.tar.gz
change to the created directory and type make:
cd wmmclient; make
to install it system wide under /usr/local/bin/ become root and type:
make install
Now everything should be fine.
Precompiled, unofficial debian packages for the x86 architecture can be downloaded from here:
wmmclient_0.3.0-1_libc2.1.2_i386.deb (12KB) - binary package for current version 0.3.0 (stable) linked against libc2.1.2 (potato) from 04/may/2002Install them on your debian system by typing as root:
dpkg -i wmmclient_0.3.0-1_libc2.x.x-x_i386.deb
Note: wmmclient is not a part of the debian project and is not maintained by an official debian maintainer. This package provides just a simple way to install wmmclient on an debian machine.