How do I get the available wifi APs and their signal strength in .net?

后端 未结 7 1266
我寻月下人不归
我寻月下人不归 2020-11-28 05:00

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

7条回答
  •  一生所求
    2020-11-28 05:22

    I found another way to do it, although it does cost some money.

    There is a .NET lib available at rawether.net that lets you get at the ethernet drivers.

提交回复
热议问题