How do I get the available wifi APs and their signal strength in .net?
- by LDomagala
Is there any way to access all WiFi access points and their respective RSSI values using .NET? It would be really nice if I could do it without using unmanaged code or even better if it worked in mono as well as .NET.
If it is possible i would appriciate a code sample.
Thanks
Here are a few similiar stackoverflow questions i found:
-Get SSID…