-
Notifications
You must be signed in to change notification settings - Fork 42
5GHz band #115
Comments
I want this even work this is based on the Wi-Fi network you're connected to isn't it. Or are you talking about the hotspot feature which is probably controlled by your phone's operating system. |
Most probably, the OP is talking about hotspot feature which might not be available in depending upon device and region. |
This might help a lot. https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/search?q=WiFi+band+toggle&unscoped_q=WiFi+band+toggle @velitasali |
The problem is not whether this can be achieved. The problem is what will happen when the other device doesn't support that frequency. |
If it doesn't, won't falling back to 2.4GHz by adding a compatibility check be a solution to this? |
@kairusds that is where the problem begins actually. If the frequency is not supported it will not show up on the scan results. Then, either we will rely on user support to ask the user if it did not show up or use third-party means, e.g. bluetooth, to collect info about the capabilities of devices. |
@velitasali the latter seems like a good choice or just disable the option entirely if the device does not support it. |
@kairusds That is not a feature atm (the app doesn't make use of Bluetooth by default). I will see what I can do. |
thanks for replying. I meant to say that you can disable the option for
devices that don't support 5GHz WiFi instead if Bluetooth is not worth the
hassle.
…On Wed, Jul 28, 2021, 12:42 AM Veli Tasalı ***@***.***> wrote:
@kairusds <https://github.com/kairusds> That is not a feature atm (the
app doesn't make use of Bluetooth by default). I will see what I can do.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#115 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHY745HJPIOBOZPPCYXCSHLTZ3OYPANCNFSM4LUSRCWQ>
.
|
Just depend upon the user to manually change bands in system settings for now is a good option. Which seems to be the default behavior too. |
I was thinking there should be a button to toggle between 2.4ghz and 5ghz band for speed vs compatibility like the one I have seen Zapya.
The text was updated successfully, but these errors were encountered: