Get Wifi signal strength with OpenNetCf in VB.Net
As the title says, I want to get the wireless signal strength from adapte开发者_如何学运维r on Windows CE, VB.Net, Visual studio 2008.
I believe opennetcf.net library has to be used.
I'm not going to write any code for you but maybe I can at least point you in the right direction. In the beta documentation for OpenNETCF.Net.NetworkInformation
you'll see a class called WirelessNetworkInterface
which has a SignalStrength
property which returns a SignalStrength
object.
I found what was the problem. I tried to program it on Motorola MC3190 hand scanner with some stupid Motorola Jedi Wireless Drivers which are identifying the interface as ethernet instead of wireless and this is the reason why tehere is no such option. I also tried few versions of Motorola EMDK's, but those are also not working with MC3190.
精彩评论