usbmuxd icon indicating copy to clipboard operation
usbmuxd copied to clipboard

Add network support

Open freswa opened this issue 4 years ago • 1 comments

As implemented in https://github.com/libimobiledevice/libimobiledevice/pull/728 for the Apple usbmuxd, the last missing building block to allow wifi connectivity on linux is usbmuxd. There is an implementation here which doesn't seem to be maintained. Are there any plans to implement network connectivity in usbmuxd?

freswa avatar Jul 09 '21 16:07 freswa

I've got an idea. maybe usbmuxd is considering a better approach to handle mDNS, which doesn't have an cross-platform library. We can actually add an interface to usbmuxd. The interface accepts a network device info, and add it to device list. When first usbmuxd_connect called, we start heartbeat, and when the last connection dies, we stop the heartbeat.

NyaMisty avatar Apr 13 '22 16:04 NyaMisty