tihmstar / usbmuxd2

A socket daemon written in C++ to multiplex connections from and to iOS devices over USB and WIFI
GNU Lesser General Public License v3.0
188 stars 40 forks source link

Connect multiple devices via wifi #19

Closed johnfgoodman closed 1 year ago

johnfgoodman commented 1 year ago

I have usbmuxd2 successfully running on Linux Mint 21 and have successfully connected one ios 15 device via wifi! However, I am unable to connect a second ios device via wifi. When I connect the second device to USB it shows up properly and can sync the device, but it will not show up via wifi (idevice_id -n only lists the first device). Is it possible to connect more than one device? Is there additional configuration that needs to be done to make it possible?

johnfgoodman commented 1 year ago

This issue was user error. I did not realize that one of the devices I was working with did not have wifi sync enabled. Enabling wifi sync fixed the issue.