usbmuxd icon indicating copy to clipboard operation
usbmuxd copied to clipboard

Can the iOS device initiate a TCP connection to a port on the machine running usbmuxd?

Open mattbsea opened this issue 7 years ago • 1 comments

Software running on the Linux/Mac/Windows computer can initiate a TCP session to an iOS app listening on localhost. Is it possible to make a connection from an iOS app to a process on the Linux/Mac/Windows listening on localhost?

mattbsea avatar Nov 07 '16 23:11 mattbsea

Not as such. You can look at the iproxy tool that ships with libimobiledevice. But the architecture of it all doesn't really lend itself to establishing connections out of the phone.

kamstrup avatar Aug 11 '17 10:08 kamstrup