Skip to content

maxblumental/AndroidTcpServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

  1. Forward host port to device port:
$ adb forward tcp:<host_port> tcp:<device_port>

Ensure that the forwarding is active:

$ adb forward --list
  1. Start the server on the device.

  2. Run the client script:

$ cd app/src/
$ python tcp_client.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published