-
Notifications
You must be signed in to change notification settings - Fork 9
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
Find the best wifi canal #42
Comments
|
I'd say don't spend too much time on this. @letompouce 's one liner is simple enough that if it improves things it is worth it. But long term we're going to integrate the hotspot management into Ideascube (probably through Cockpit and NetworkManager), so it's probably not worth going much further than that. (also, at home, the current hardcoded canal was the less crowded one, so my anecdata clearly shows conclusively that the status quo is perfect 😜 ) |
See comments around |
@letompouce I think your suggestion are quite interesting ! I'm willing to make some tests and adopt it if it work. I think it is better to let hostapd doing this job ! |
After a bit of research, ACS (Automatic Channel Selection) is not available for our driver. Here is the list of supported driver :
|
In some crowded spot, the wifi canal is full and unusable.
We should try to checkout for a spectrum analyzer, find out the best canal and start hostapd with this canal. Of course this will increase the time for the AP to get ready.
The text was updated successfully, but these errors were encountered: