libimobiledevice / libusbmuxd

A client library to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
574 stars 270 forks source link

Use iproxy in reverse? #99

Closed gabrc52 closed 1 year ago

gabrc52 commented 3 years ago

Is it possible to use iproxy in reverse? (binding usbmux device TCP ports to be forwarded to the specified ports on a computer).

What I'd like to do is to use Weylus via USB

nikias commented 1 year ago

Unfortunately that's not how this works. If there's an iPad app though, you can have it listen on a certain port, and then use iproxy to tunnel that connection, it's just reversed order...