Java应用程序读取WiFi信号和SSID?
我一直在搜索很多关于这个主题的内容,但到目前为止我没有找到任何有用的东西,我想创建一个简单的应用程序,可以使用Java读取
- AP的WiFi信号强度
- SSID
。这可能吗,如果是的话怎么办?
我还有另一个问题,我可以使用 J2ME 制作相同的应用程序吗?
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
- WiFi Signal Strength
- 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Windows 上,您必须从 Riverbed、AirPcap 获取适配器。他们有一个 API,您可以使用本机代码来使用。编译 DLL 后,您可以使用 JNI 与之对话。
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.