You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no, because you forwarding connection to USBMUXD, not to device.
usbmuxd forwards individual TCP sockets from device, but there is only 1 socket open on device all time, and that is lockdown service, other sockets will open, when you start service on device, and it will open at random port. so you will need to create new forward each time service socket is opened on device.
When I use socat to forward /var/run/usbmuxd to tcp port:
socat TCP-LISTEN:1234,reuseaddr,fork UNIX-CONNECT:/var/run/usbmuxd
It will transfer all ios devices. Is there and way to transfer just one device ???
I want to share my ios device via internet, but I just want to share only 1 device for 1 client.
The text was updated successfully, but these errors were encountered: