-
Notifications
You must be signed in to change notification settings - Fork 41
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
Tethering via RNDIS instead of Wi-Fi hotspot? #232
Comments
Right now, the Wifi radio is a required component. Maybe in the future I could support this, but currently its not supported officially over USB tether |
This place isn't for applications like these but I can help you. When you plug in your phone through USB, you can set it up as a tether. Then it will give your device a local IP address. On your phone, install a proxy server app (not client) and run it under your local IP (your pc refers to your phone as the host IP address just like it lists your router "192.168.0.1 or 192.168.1.1" but it is under a diffrent local IP). Once you have that server running on your phone, on your PC connect to that proxy server (either through your computer's HTTP in settings or a custom client if you're not using HTTP). After that, everything will work perfect. |
Hi, thanks for the advice For reference, here's the mind roadmap for this feature Add UI to allow specifying a host RNDIS IP address by hand From when this ticket was originally opened, the proxy server is now completely standalone, so it should be possible to implement this feature once I am done with the work to migrate off of old wake lock code. I hope to have this in either 48, or 49, but until then, you may continue using your current preferred method. |
I am testing a Dev version with support for proxying over an RNDIS connection without requiring WiFi direct or the wireless radio to be on. I hope to have this tested enough to release in the next version, 48. |
This has been implemented in version 49, which is now in beta testing and will hopefully be released fully later this week. |
Hello, I would like to ask whether I can start a proxy service without launching the Wi-Fi hotspot?
I'm currently using the following configuration:
While it works as expected, I do not want the Wi-Fi radio also powered without any purpose and unnecessarily generates heat, can I switch it off or there's another application that is more fit for my usecase?
Thanks in advance!
The text was updated successfully, but these errors were encountered: