Go to file
rtlhq b47fc3bd13 changed debian source format to native 2022-11-09 13:40:27 +08:00
debian changed debian source format to native 2022-11-09 13:40:27 +08:00
m4 Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
panel-plugin Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
po Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
AUTHORS Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
COPYING Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
ChangeLog Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
Makefile.am Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
Makefile.in Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
NEWS Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
README.md Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
THANKS Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
aclocal.m4 Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
compile Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
config.guess Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
config.h.in Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
config.sub Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
configure Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
configure.ac Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
depcomp Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
install-sh Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
intltool-extract.in Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
intltool-merge.in Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
intltool-update.in Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
ltmain.sh Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00
missing Import Upstream version 0.6.3 2022-09-24 16:54:42 +08:00

README.md

License

xfce4-wavelan-plugin

Xfce4-wavelan-plugin is used to display stats from a wireless LAN interface.

Xfce4-wavelan-plugin displays the following information about a WaveLAN device:

  • Signal state (tells if a carrier signal was detected)
  • Signal quality (current quality of the carrier signal)
    • Note that the latter is in % on Linux and in dBm on BSDs. Hence, on BSDs, the progressbar may be never full, as dBm is not easily comparable to a maximum.
  • Network name (current SSID of the WaveLAN network)

At the time of this writing NetBSD, OpenBSD, FreeBSD and Linux are supported.


Homepage

Xfce4-wavelan-plugin documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

Xfce4-wavelan-plugin source code

Download a Release Tarball

Xfce4-wavelan-plugin archive or Xfce4-wavelan-plugin tags

Installation

From source code repository:

% cd xfce4-wavelan-plugin
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf xfce4-wavelan-plugin-<version>.tar.bz2
% cd xfce4-wavelan-plugin-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.