Scan and connect to Wifi networks using Java

我的梦境 提交于 2019-11-30 08:18:39

问题


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.


回答1:


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

jWlanScan for Windows.




回答2:


I suggest you to act upon your operating system. And for each of the supporting operating system try to analyse the results of the command lines needed to connect the wireless devices. It is quite straight forward and You will not have to work with JNI libraries.

For example for windows you can see the ones introduced here, here and here and for the linux it is still easier.



来源:https://stackoverflow.com/questions/12517765/scan-and-connect-to-wifi-networks-using-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!