appetizerio / replaykit

[DEPRECATED] Command line tools for recording, replaying and mirroring touchscreen events for Android
Apache License 2.0
245 stars 61 forks source link

Mirroring over Wifi #2

Closed mingyuan-xia closed 6 years ago

mingyuan-xia commented 7 years ago

This requires adbclient to work fully with the LAN and some basic network detection shall be added.

mingyuan-xia commented 6 years ago

Confirmed working with adb over TCP/IP https://stackoverflow.com/questions/2604727/how-can-i-connect-to-android-with-adb-over-tcp Once the device is detectable, it should work fine with replaykit. Note that touchscreen events emit continuously and require a low-latency LAN for transmission. Standard Ethernet or reasonable WLAN should work.