通过USB的iOS TCP / IP(带有Linux端)

时间:2018-09-04 12:39:05

标签: ios linux usb tcp-ip

我对iOS设备和linux station之间通过USB的TCP / IP连接存在疑问,而没有启用个人热点(绑定USB)。

1 个答案:

答案 0 :(得分:1)

您可以使用iproxy通过USB连接到iPhone上运行的TCP套接字。它是libusbmuxd的一部分。

如果您使用的是Linux,最好的选择是从源代码安装https://github.com/libimobiledevice/libplist/https://github.com/libimobiledevice/libusbmuxdhttps://github.com/libimobiledevice/libimobiledevice

一旦iPhone信任您的PC,您就可以运行iproxy [device port] [PC port]。与localhost:[PC port]的任何连接都将转发到iOS设备上运行的[设备端口]。