alibaba / tidevice

tidevice can be used to communicate with iPhone device
MIT License
2.44k stars 458 forks source link

请问,tidevice.Device不支持使用远程ip地址的形式吗? #115

Open yangeren opened 3 years ago

yangeren commented 3 years ago

如题,在获取性能数据时,只能使用本机设备吗?能否使用远程atx平台的wda_url? tidevice.Device("http://192.168.10.24:20107/" )

codeskyblue commented 3 years ago

可以用usbmuxd的地址,不能用wda的地址。

heslowen commented 2 years ago

可以用usbmuxd的地址,不能用wda的地址。 大佬可以教教怎么用usbmuxd的地址吗?google了一下没搜到要怎么得到一台手机连接到电脑的usbmuxd地址

chenhengjie123 commented 2 years ago

@heslowen 可以看看这个: https://www.liangqili.com/myGitbook/_book/articles/iOS/iosre/03_usbmuxd.html

wda服务本身不具备采集性能的功能,采集性能是通过逆向 instruments 协议来做的,这个协议底层通过 usbmuxd 和设备通讯,和 wda 无关。