dstumbler v0.4
by h1kari - (c) Dachb0den Labs 2001


compilation:

to compile dstumbler for a bsd operating system, simply run the configure
script:

$ ./configure

once configure completes, edit the generated Makefile if so desired, and then
run make to compile dstumbler:

$ vi Makefile
$ make


installation:

to install dstumbler, simply run make install. the Makefile will install
dstumbler into /usr/local/bin by default and chmod/chown it to 700/root.wheel
so you only run it as root: (root is required to run dstumbler)

$ sudo make install


tweaking:

you can tweak various settings like the polling speed, graph symbols, interface
colors, etc. by editing config.h. it is recommended that you compile the
dstumbler using the default settings before doing any tweaking, strange things
can happen if the settings are tweaked too much, so be careful. also, if you're
familiar with curses, you can tweak with screen.h if you want to move the
windows/borders around for some odd reason.


problems:

if you're having problems compiling/installing the program with the default
settings, send me an email. otherwise send them to /dev/null.


bsd-airtools v0.2 - http://www.dachb0den.com - h1kari@dachb0den.com
