Hi,

Is it possible to have a Wifi signal strenght level with mrl ? (for example -60dBm)

like value = Runtime.getWifiLevel()

Thank you.

Dom.

I found this - https://stackoverflow.com/questions/39778105/how-to-programatically-detect-a-weak-internet-signal-strength-internet-wi-fi-c 

The code sample I found here - https://code.msdn.microsoft.com/windowsapps/Network-Information-Sample-63aaa201

I tried the javascript version - but it errored because I did not have some windows js sdk :P

Linux looks like less of a problem - https://stackoverflow.com/questions/5102186/wireless-api-for-linux-in-c-or-java

But both of these solutions are Operating System dependent and are not "pure" Java.   It would be great if the  Java had this capability, but the operating system manufactures are to divergent and there is no standarization through Java at the moment.