我对iOS设备和linux station之间通过USB的TCP / IP连接存在疑问,而没有启用个人热点(绑定USB)。
答案 0 :(得分:1)
您可以使用iproxy通过USB连接到iPhone上运行的TCP套接字。它是libusbmuxd的一部分。
如果您使用的是Linux,最好的选择是从源代码安装https://github.com/libimobiledevice/libplist/,https://github.com/libimobiledevice/libusbmuxd和https://github.com/libimobiledevice/libimobiledevice。
一旦iPhone信任您的PC,您就可以运行iproxy [device port] [PC port]
。与localhost:[PC port]
的任何连接都将转发到iOS设备上运行的[设备端口]。