-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compare the adb reverse with the minirev #2
Comments
You can check STF for usage. It uses minirev for port forwarding.
…On Mon, Mar 6, 2017 at 11:43 like ***@***.***> wrote:
The adb reverse is included from the api5.1, the older versions don't
support it. So minirev can work on all the versions?
Could you give me some detail descriptions about the minirev, or some
examples in use.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB-_TTdvOX9ngvYeOR3mRIZMWy5xj9kks5ri3K0gaJpZM4MTqrf>
.
|
somewhere code in stf?the minirev example |
It's used for the port forwarding feature. Follow https://github.com/openstf/stf/blob/31b320510096c384d360f5b4dd0f0fbc8efe1d81/lib/units/device/plugins/forward/index.js if you're interested. No support will be provided however, so you're on your own. I would recommend using |
Thank you very much. I want to use it in some devices which below Android 5.0。 |
Port reverse binding: I can now reach a socket on the PC with the request of the phone, how to access the specified port request and return the result, did you implement this part? |
I have no time to help you with this. The source code is there and you can use it as reference. Try the port forwarding function in STF and see if it works like you want. |
yes, please. Thanks a lot. |
The adb reverse is included from the android5.0, the older versions don't support it. So minirev can work on all the versions?
Could you give me some detail descriptions about the minirev, or some examples in use.
The minirev seems like a proxy, I guess the application in the device connect to it, and it forwards the packets to the host? But not very clearly.
The text was updated successfully, but these errors were encountered: