aboutsummaryrefslogtreecommitdiffstats
path: root/util/scan/dvb-t/es-Mussara
diff options
context:
space:
mode:
authorDebian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>2005-03-09 21:09:49 +0100
committeretobi <git@e-tobi.net>2013-09-03 09:48:39 +0200
commit46b1f24a3749a65bf8d8932e55800641ab987604 (patch)
tree265f4d718f4427801a5d16aa65b6565dd34e970f /util/scan/dvb-t/es-Mussara
parent5b6d118fa8f56b40930c6cd5d915079152091061 (diff)
downloadlinux-dvb-apps-46b1f24a3749a65bf8d8932e55800641ab987604.tar.gz
Imported Debian patch 1.1.0-7debian/1.1.0-7
Diffstat (limited to 'util/scan/dvb-t/es-Mussara')
0 files changed, 0 insertions, 0 deletions
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
1) Synopsis
-----------

wavemon is a wireless device monitoring application that allows you to watch
signal and noise levels, packet statistics, device configuration and network
parameters of your wireless network hardware. It *should* work (though with
varying features) with all devices supported by the Linux wireless kernel
extensions by Jean Tourrilhes.

See the man page for an in-depth description of operation and configuration.


2) Where to obtain
------------------
You can always find the latest version at:

	http://eden-feed.erg.abdn.ac.uk/wavemon

Please check this page for updates and for further information.
wavemon is distributed under the GPLv3, refer to the file COPYING.


3) How to build
---------------
wavemon uses autoconf, so that in most cases you can simply run

	./configure
	make
	sudo make install

to build and install the package. Type 'make uninstall' if not happy.
Refer to the file INSTALL for generic installation instructions.

To grant users access to restricted networking operations (e.g. reading WEP
keys or performing scan operations), use additionally

	sudo make install-suid-root

If you have changed some of the autoconf files or use a git version, run
	./config/bootstrap
(requires a recent installation of 'autotools').


3) Bugs?
--------
Send bug reports, comments, and suggestions to <gerrit@erg.abdn.ac.uk>.