Java Application to read WiFi Signal and SSID?

3.1k Views Asked by At

I've been searching a lot about this topic but I didn't find anything useful up till now, I want to create a simple application that can read

  1. WiFi Signal Strength
  2. SSID of AP

using Java. Is this possible, if yes then how?

Also i have another question, can I make the same application using J2ME?

1

There are 1 best solutions below

0
On

On Windows you would have to get an adapter from Riverbed, AirPcap. They have an API you can consume with native code. Once you compile a DLL you can use JNI to talk to that.