appetizerio / replaykit

[DEPRECATED] Command line tools for recording, replaying and mirroring touchscreen events for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirroring over Wifi

mingyuan-xia opened this issue · comments

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

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.