Project DescriptionWlanChannelInfo is a dead simple UI to the Channel and Strength values in the Wlan* API newly exposed in Windows 7.
I want to see what parts of the wifi spectrum were in use by my neighbors.
further, Netstumbler would not run on my Windows 7 installation and I could not believe that I needed specialized software just to see what parts of the wifi spectrum were in use by my neighbors.
Source Codeis hosted at launchpad
https://code.edge.launchpad.net/~evarlast/+junk/WlanChannelInfoCurrently built against .NET 3.5 so that it runs OOTB on Windows 7.
This application is DEAD simple. It uses
Managed Wifi from http://www.codeplex.com/managedwifi. It makes a couple of calls and outputs the data into a WPF ListView+GridView.