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 . f4e9a1b805099'>treecommitdiffstats
path: root/src/modbuslog.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-20Update MakefileJonathan McCrohan1-0/+17
2012-02-20Move interval.txt to src/Jonathan McCrohan2-1/+1
2012-02-19Remove debug/testing files.Jonathan McCrohan50-4742/+0
2012-02-15Archive files after upload.Jonathan McCrohan1-0/+2
2012-02-12Fix typo in README.Jonathan McCrohan1-1/+1
2012-02-12Add ftp upload function + add documentation.Jonathan McCrohan5-3/+151
2012-01-10Handle 32bit signed overflow.Jonathan McCrohan1-1/+6
2012-01-10Update README.Jonathan McCrohan1-1/+3