gpt4 book ai didi

python - 使用 dbus 连接 Connman 时出现问题,但只是第一次

转载 作者:太空宇宙 更新时间:2023-11-04 10:15:34 24 4
gpt4 key购买 nike

我一直在尝试使用各种 Python 库来处理 Connman 和 dbus,尤其是这个示例代码:

https://github.com/liamw9534/pyconnman/blob/master/demo/demo.py

我遇到的问题是,当第一次连接到 WPA2 接入点时,我总是会收到超时消息。例如:

CONN> list-services
CONN> agent-start /test/agent ssid=myNetwork passphrase=myPassphrase
CONN> service-connect /net/connman/service/wifi_xxxxx__managed_psk

最终这是我从界面收到的消息:

Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken

此时我可以确认 Connman 没有连接到 wifi 网络或获取 IP 地址。我可以设法让它工作的唯一方法是从 Linux 终端使用 Connman 应用程序本身:

connmanctl
connmanctl> agent on
connmanctl> connect wifi_xxxxx__managed_psk
Agent RequestInput wifi_xxxxx__managed_psk
Passphrase = [ Type=psk, Requirement=mandatory ]
Passphrase? myPassword
connmanctl> Connected wifi_xxxxx__managed_psk

这会在/var/lib/connman 下为 wifi 网络创建一个设置文件夹。我现在可以使用上面提到的 demo.py 脚本断开连接或重新连接。

Connman 在很多方面对我来说仍然有点神秘,我不确定为什么我第一次必须使用交互式 shell 连接到网络。有什么想法吗?

最佳答案

如果您仍在寻找答案:Connman 需要一个代理来回答安全问题(在 WPA2 中:它是密码)。您可以运行代理并回复 Connman 问题,或者您可以使用正确的键在/var/lib/connman 中创建一个文件。参见 here .创建或删除文件后,Connman 会自动神奇地采取相应行动(尝试连接或断开连接。

基本文件如下所示:

[service_mywificonfig]
Type = wifi
Security = wpa2
Name = myssid
Passphrase = yourpass

关于python - 使用 dbus 连接 Connman 时出现问题,但只是第一次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46436802/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com