Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > d3f1ea7192ba72923601ddec90857ed2 > files > 83

gkrellm-plugins-2.3.5-3.mga1.i586.rpm

/* gkrellmwireless
|  Copyright (C) 1999-2001 Sjoerd Simons
|
|  Author:  Sjoerd Simons sjoerd@luon.net
|
|  This program is free software which I release under the GNU General Public
|  License. You may redistribute and/or modify this program under the terms
|  of that license as published by the Free Software Foundation; either
|  version 2 of the License, or (at your option) any later version.
|
|  This program is distributed in the hope that it will be useful,
|  but WITHOUT ANY WARRANTY; without even the implied warranty of
|  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
|  GNU General Public License for more details.
|
|   You should have received a copy of the GNU General Public License
|   along with this program; if not, write to the Free Software
|   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
|
*/

A plugin for gkrellm, that Monitors the qaulity of your wireless lan card..

Compiling:
===========

* Just run gnu make

Installing:
===========
Running '(g)make install' will place the plugin under /usr/lib/gkrellm/plugins.
You can also manually place the resulting wireless.so under ~/.gkrellm/plugins.

Troubleshooting:
================
If you have trouble compiling the plugin. Make sure you have gtk 1.2 and 
gkrellm >= 1.0.8 and you've installed the gkrellm header files in
/usr/include/gkrellm or /usr/local/include/gkrellm.. If you have placed the
header files in some other dir, change the GKRELMM_INCLUDE varialbe 
in the Makefile. 
Under Linux:
  To detect the wireless lan cards, the plugin needs a kernel with wireless
   extensions support.
Under FreeBSD:
  To compile you need both the if_wavelan_ieee.h and if_aironet_ieee.h. on my 
  freebsd 4.3 system the if_wavealan_ieee.h is included in the standard header 
  files, but the if_aironet_ieee.h file is only in the system source tree. So 
  You'll probably need to install those sources. Also as stated in the changelog
  the wi interface is untested, so if it doesn't work and you don't mind some 
  debugging, please contact me  
Under NetBSD:
  Don't have a netbsd box, so mail me if you have some extra notes about this

Theming:
=======
This plugin supports the gkrellm plugin theming options... The keyword for the
plugin is "wireless". so you can add wireless.textcolor = blue white shadow
in your themes gkrellmrc for example