Java – Wifi information in Java

javawifi

How can I get the MAC address, SSID, and signal strength of wifi routers nearby in Java? Preferably system independent, if not then Windows.

Best Answer

I don't really think there's any system independent way to know that from Java.

On Windows you should be able to do that using Wireless LAN APIs, but you most probably need some JNI to have access to them.