rsms / peertalk

iOS and Mac Cocoa library for communicating over USB
https://rsms.me/peertalk/
MIT License
3.43k stars 505 forks source link

run with usbmuxd #55

Open maxlapshin opened 4 years ago

maxlapshin commented 4 years ago

I try to find way to launch peertalk ios with linux server backend.

I try to understand, is there any way to replace peertalk mac os with usbmuxd ( libimobiledevice )

Can I ask for some hint?

maxlapshin commented 4 years ago

https://github.com/davidahouse/peertalk-python https://makezine.com/2013/04/22/peertalk-beaglebone-and-raspberry-pi/ https://github.com/chid/tcprelay/blob/master/usbmux.py

all this together gives me communication from linux server to iphone.

Thanks!