
Thank you for choosing WiFi Guy!

You may visit us on the web at http://www.clarkson.edu/projects/cosi/sp2005/wilburpf/wifiguy/

================================================
1.a - To install from binaries (easiest way):
================================================

Go to the bin directory and copy both executables 
(wifiguy and wifiguy-aircrack) into your user binaries 
directory (such as /usr/bin).

For example, you might type:

	cd bin
	cp wifiguy /usr/bin/wifiguy
	cp wifiguy-aircrack /usr/bin/wifiguy-aircrack

That's it!

================================================
1.b. - To install from source (trickier):
================================================

Make sure you have Qt installed, as well as the qmake
tool.  Next, go to the src directory and run make.
Then, compile wifiguy-aircrack.c using your favorite
C compiler.  Finally, copy both executables (wifiguy
and wifiguy-aircrack) into your user/binaries directory
(such as usr/bin).

For example, you might type:

	cd src
	make
	gcc wifiguy-aircrack.c -o wifiguy-aircrack
	cp wifiguy /usr/bin/wifiguy
	cp wifiguy-aircrack /usr/bin/wifiguy-aircrack

================================================
2. - Running WiFi Guy
================================================

Note: WiFi Guy must be run with root priviledges!
(This is due to kismet_server, which is executed
by WiFi Guy).

To use: Use su or sudo to give WiFi Guy root
priviledges, and enter:

	wifiguy

This will start WiFi Guy.  From there, follow the
on-screen instructions.  Thank you for choosing
WiFi Guy!



