-
Notifications
You must be signed in to change notification settings - Fork 38
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
Option to remember Ip Address for wireless connection #47
Comments
I have to put in a new pairing code and IP address and the port is different and the pairing code. Thats on WiFi |
The IP CAN stay static depending on a bunch of factors. It won't always. I am just saying it would be nice to have the option to save it when it does. |
My IP stays the same just have to keep entering the code and the address. |
Personally, my local IP of my android device doesn't change much, though I do need a different pairing code each time. Is this roughly the same for others? |
That's what they are saying. The IP tends to stay the same, it's just the ports that change each time. So give an option to remember the last used IP so there is no need to keep reentering it every time. |
the only issue with that that I see is that when it does inevitably change (due to the nature of DHCP), people will say that wireless stopped working, and report it as a bug. |
You can make it a default-off option that people have to intentionally set. People who don't know what is happening won't set the toggle and won't see a change to current behavior. Just as an anecdotal note, my IP has not changed in over a year. |
Lots of people blindly check a box that says "remember", but I could possibly add a notice that says that the ip can change if it's saved.
That's based on your router's DHCP settings. Some people have routers from companies like spectrum with a 48hour DHCP expiry time. This app is designed for people who don't know what DHCP is, so i need to make it "idiot proof" as the original purpose of this app was to make an easy way for my non tech-savvy friends to use SCRCPY. |
Whenever we establish a new wireless connection, we have to retype the entire IP address and port. The port changes every time, but the IP can stay static if you are on the same network and using the same device often. An option to remember the IP for later would be handy. I am currently keeping this in a txt file and copy-pasting every time; this would simply put it all inside the program itself.
The text was updated successfully, but these errors were encountered: