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 . 846a9d39b7a337e228'>treecommitdiffstats
path: root/drv_generic_keypad.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-11All static memory allocations were turned into dynamical ones.mjona1-128/+200
2010-02-07timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)mzuther1-7/+4
2010-02-07added grouping of widgets by update interval (new file "timer_group.c")mzuther13-168/+441
2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4
2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4
2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2010-02-04small warning removedmichael1-1/+1
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2