-
Notifications
You must be signed in to change notification settings - Fork 88
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
Allow changing network priority #1539
Comments
This appears to affect blue boat where internet access is not possible while the radio is on in some cases. |
It's be nice to also allow changing the priority between wifi networks. I'm not sure if that fits here or if it should be its own issue. |
Yes, the idea is to show all network interfaces for the user to organize, exactly like macos. |
macOS standard network priority has “Wifi” as a single interface, which can be ordered relative to other interfaces like different ethernet ports. Prioritisation of which wifi network to choose is handled separately, in an interface dedicated to just wifi selection, which is what I linked the equivalent of for raspberry pi. I’m not sure if you’re planning to “just” provide an interface for prioritisation between different network types (e.g. wifi/hotspot/usb-otg/Ethernet), or also allow prioritising between the known wifi networks. |
I'm not familiar to this interface, can you provide a screenshot ? |
It's apparently not possible anymore as of Ventura, but this is how it used to work: |
The network interface priority is changing after configuration |
When using a vehicle with multiple network interfaces: 4G, satellite, ethernet, wifi. We should allow the user to choose the priority between each one.
The text was updated successfully, but these errors were encountered: