scrcpy/app
Romain Vimont 19858e6aeb Add --tcpip feature
Expose an option to automatically configure and reconnect the device
over TCP/IP, to simplify wireless connection without using adb
explicitly.

There are two variants:
 - If a destination address is provided, then scrcpy connects to this
   address before starting. The device must listen on the given TCP port
   (default is 5555).
 - If no destination address is provided, then scrcpy attempts to find
   the IP address of the current device (typically connected over USB),
   enables TCP/IP mode, then connects to this address before starting.

PR #2827 <https://github.com/Genymobile/scrcpy/pull/2827>
2021-11-29 20:39:03 +01:00
..
src Add --tcpip feature 2021-11-29 20:39:03 +01:00
tests Add function to find the device IP address 2021-11-29 20:39:03 +01:00
meson.build Add function to find the device IP address 2021-11-29 20:39:03 +01:00
scrcpy.1 Add --tcpip feature 2021-11-29 20:39:03 +01:00