pymobiledevice3 usbmux¶
Inspect usbmuxd-connected devices and forward TCP ports to them.
forward¶
Forward a local TCP port to the device via usbmuxd.
Arguments:
| Argument | Description |
|---|---|
src_port |
[required] |
dst_port |
[required] |
Options:
| Option | Description |
|---|---|
--host <str> |
Address to bind the local port to. [default: 127.0.0.1] |
-d, --daemonize |
Run the forwarder in the background. |
Accepts the connection options: --usbmux, --udid.
list¶
List devices known to usbmuxd (USB and Wi-Fi).
Options:
| Option | Description |
|---|---|
-u, --usb |
show only USB devices |
-n, --network |
show only network devices |
--simple |
List only UDIDs without connecting to lockdownd. |
Accepts the connection options: --usbmux.