Mapping a Wi-Fi Network?
NivekEnterprises asks: "At my school where I am an Electrical Engineering major A Wi-Fi network has been set up, and is running in several buildings. Since the coverage extends outside several of my friends and I are trying to map the signal strength. Basically we are going to take a map of campus and walk around with a Wi-Fi enabled laptop, marking as best we can. Is there an easier way to do this? Has anyone else done something similar and is willing to share some their insights?"
Belkin (I believe) makes a Wi-Fi hotspot detector.. coupled with a GPS receiver and GIS software I think you could do a pretty good job of it..
If you use Linux on your laptop, kismet will interface with GPS devices, and do signal power interpolation to find signal sources. It will also mark everything on a user-supplied map. Good Luck.
www.kismetwireless.com search sourceforge for gpsd. Hook your GPS to your linux machine and get gpsd running. Configure kismet (sniffer) to use gpsd. Kismet will record the gps location, SSID, and strength in a log file. There is even another tool included to automatically generate maps for you. --Chris