开发者

Java - Get List of Wireless Networks in Range

开发者 https://www.devze.com 2023-02-16 17:24 出处:网络
I\'m trying to get a list of wireless networks that are in range of the user.I would like the program to be able to get SSID (if broadcasting), Security Type (WEP, WPA, WPA2), and maybe a couple ot开发

I'm trying to get a list of wireless networks that are in range of the user. I would like the program to be able to get SSID (if broadcasting), Security Type (WEP, WPA, WPA2), and maybe a couple ot开发者_开发技巧her pieces of information. I want to do the whole project through java because of its platform independence, but I will have a mechanism setup to handle OS's since I heard that can be a problem. I would first like to get it running on Windows. My problem is, getting the information.

I have heard of jWlanScan, but I can't seem to find a way to call the methods in my code. I have wlanscan.jar referenced as a library in my project. Any help would be much appreciated.

0

精彩评论

暂无评论...
验证码 换一张
取 消