How do I get the available wifi APs and their signal strength in .net?
Posted
by
LDomagala
on Stack Overflow
See other posts from Stack Overflow
or by LDomagala
Published on 2009-01-30T18:15:54Z
Indexed on
2010/12/21
22:54 UTC
Read the original article
Hit count: 302
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 of the wireless network I am connected to with C# .Net on Windows Vista
© Stack Overflow or respective owner