【问题标题】:Is there a way to identify RNDIS connections/adaptors in Python? And then configure that adaptor?有没有办法在 Python 中识别 RNDIS 连接/适配器?然后配置那个适配器? 【发布时间】:2021-09-29 13:34:40 【问题描述】: 我连接了多个设备,我需要识别并希望配置该 RNDIS 连接。 【问题讨论】: 标签: python python-3.x rndis 【解决方案1】: 使用 ifaddr 找到了一个很好的答案 https://pythonhosted.org/ifaddr/ 【讨论】: