Skip to content

ADB Forward to devices in a farm #579

Answered by denis99999
ConfusedMerlin asked this question in Q&A
Discussion options

You must be logged in to vote

@ConfusedMerlin , => https://github.com/devicefarmer/adbkit#devicereverseremote-local

So as the reverse port forwarding is created on the remote ADB server, you can redirect that flow to your considered http server, for that you can use the socat command for instance on the remote ADB server, something like the following should work:
# socat TCP4-LISTEN:8080,reuseaddr,fork TCP4:YOUR_dev-linux_IP:8080

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@ConfusedMerlin
Comment options

@denis99999
Comment options

@ConfusedMerlin
Comment options

Answer selected by ConfusedMerlin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants