Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Scan and connect to Wifi networks using Java

Need to write a client, which can scan the available WIFI networks and connects to best known using Java. This might be desktop client which does this job. Any pointers would be helpful and appreciate your response.

like image 852
user1686758 Avatar asked Sep 20 '12 17:09

user1686758


1 Answers

You'll have to rely on a JNI library since you can't access a wireless device directly in Java.

jWlanScan for Windows.

like image 185
Jon Lin Avatar answered Oct 04 '22 12:10

Jon Lin