如何在Windows中用Python识别当前可用的无线网络?
有没有办法获取当前可用的无线网络 (SSID) 列表? 看看当前连接的网络是什么?
不需要完全是 SSID,我只需要识别当前的无线网络即可。
Is there a way to get a list of wireless networks (SSID's) that are currently available? And seeing what is the current connected network?
Doesn't need to be exactly the SSID, I just need to identify the current wireless network.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用netsh命令。 我不记得从 python 中调用 cli 命令的确切语法,但我确信它应该很容易找到。
下面的文章提供了有关如何使用 netsh 本身的详细信息:
http://technet.microsoft.com/en-us/library/cc755301%28WS.10%29.aspx#bkmk_wlanShowNetworks
You can use the netsh command. I don't remember the exact syntax used to invoke cli commands from within python, but I'm sure it should be fairly easy to locate.
The article below has more information about how to use netsh itself:
http://technet.microsoft.com/en-us/library/cc755301%28WS.10%29.aspx#bkmk_wlanShowNetworks