Messages - brotherS [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6 7 ... 410next
6
Something much simpler to try may be the following:
Set your WiFi connection to your fastest WiFi to 'connect automatically',  and the connection to your slower WiFi to 'not connect automatically'. Windows will now not so easily switch between WiFi setups any more. Whenever the fast one is available Windows will switch automagically, yet won't switch back to your slow connection.
Yeah, I've tried that for a while, but that results in Windows being offline whenever the fast WiFi is not available, and I don't want having to manually interfere anymore. :)

7
Based on my tests yesterday, I saw the same behaviour.  That said, you can still connect to a non-visible network, via netsh, so long as you know the name.  Here's my logic flow for a prototype:

1. Program starts up knowing the preferred/fast network name.
2. Program checks what network it's currently on.
    2a. If not the preferred network, set tray icon to red/slow, and attempt to connect to it every n number of seconds/minutes.
    2b. If on the preferred network, set tray icon to green/fast, and check every n number of seconds/minutes to ensure we're still on the preferred network.  If not, go back to 2.

It's a bit of brute method, but it's not resource intensive and should get the job done.
Interesting! :) Yeah, that sounds like the perfect logic. I might have some time early afternoon tomorrow (US Central Time), how long should prototype testing take?

8
Yes and yes.

  • Is this scenario something you can simulate or force to happen?  That is, do you have control of whether the fast network stays or goes away?
  • Are you free for some prototype testing tomorrow?  I'm on Central Time in the U.S.
I have control over the network but currently have very little time (I really appreciate your offer!), and there might be a deeper issue... see below.


Maybe try this?  I've used this a lot on a laptop where I constantly had to change network settings.
https://www.netsetman.com/en/freeware

  • Free
  • Tray Icon
  • Switch between network adapters
  • Switch between networks
  • Wifi Management is even a new feature

Features List
https://www.netsetman.com/en/freeware
Thank you, never heard of it. I've set it up and saw something weird in NetSetMan's AutoSwitch tab: while the fast SSID was available again - I could connect to it on my phone - NetSetMan didn't see it (while checking every 10 seconds), and thus failed to connect. After a few minutes, I checked the WiFi connections in Windows, and only then did the fast SSID show up there, and in NetSetMan.

Is there a way to make Windows check for available networks more frequently? I didn't see a related Windows option and Google didn't offer anything useful.

9
The "whenever you check the tray icon and see that you're on the slower network" thing is what I want to prevent.  8)  The perfect solution would be an app that would automatically reconnect to the fast connection when possible, just letting me know that it happened, but without me having to do anything.

When it switches to the slow network, does the fast network go missing from the list of choices you see when you click the Windows network tray icon?  Also, I assume the slow and fast networks have different SSID names?
Yes and yes.

10
Hey, brotherS, been a while.  =]

There are a bunch of ways to do this, depending on how pretty you want it.  The default Windows tray icon shows the currently connected wireless network.  You can easily create a batch file that runs the following command to quickly connect to your fast SSID.

netsh wlan connect <FAST_SSID_NAME_HERE>

Create a shortcut to that batch file in a convenient place and run it whenever you check the tray icon and see that you're on the slower network.

If you want something more like an actual application, sure, I can do that, but I want to see if the quick'n'dirty suggestion above suffices.

Hey skwire, been a while indeed! :)

The "whenever you check the tray icon and see that you're on the slower network" thing is what I want to prevent.  8)  The perfect solution would be an app that would automatically reconnect to the fast connection when possible, just letting me know that it happened, but without me having to do anything.

A less perfect - but still very helpful - solution would just show a tray icon (maybe green for fast and red for slow connection), so I could see with a quick glance which connection is active.

Pages: prev1 [2] 3 4 5 6 7 ... 410next
Go to full version