-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote XCode connectivity ( like remoteURL for ADB ) #58
Comments
By "remote url" do you mean "remote debug" to adb connect to a device already connected to STF? |
Yes. Something like the adb connect function. So we can use stf server to manage the devices operation. |
This can be done in the following way: ---- Mac Provider ---- ---- Mac Client ---- Move the existing usbmuxd socket away: Listen on /var/run/usbmuxd, and proxy requests to :12345 The 'mac provider' portion will be automatically done by coordinator in the near future, and the information passed through to display in the same location it is shown for android devices. |
Thanks for your advanced support. I will try it by using your solution. |
The latest updates to stf-ios-provider automatically start socat providing usbmuxd on a port. The IP:PORT combination is displayed in the UI in the field where ADB connect information was shown. The field still shows 'adb connect IP:PORT', which is misleading, but the IP:PORT combination shown can be used to connect using socat as described above. |
Does it support the remoteUrl function which like android device?
In android devices, i can connect the devices anywhere in the corp network by the remoteUrl. So if the iOS device have proxy the port, so we can use it to connect it anywhere
The text was updated successfully, but these errors were encountered: