WiFiAnalyzer
WiFiAnalyzer copied to clipboard
Add support for 320MHz WiFi 7
Hi, could you add support for 320MHz WiFi 7, please? I'm using the ASUS BE98 and S24 Ultra. The link speed displayed on the S24 Ultra is 4803Mbps; however, the app indicates that the AP I’m connected to is only 160MHz wide, which is incorrect. Could you fix this?
Currently there is no plans to do this work, since there is no hardware available to test it. Adding this as future enhancement.
Current Support:
- HT/VHT Detection - 40/80/160MHz
- Up to Wi-Fi Standard 6
Reference:
https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer#features https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer#usage-tips
The WiFi version icon for WiFi 7 is also missing from the network list.
does wifi7 support not yet added? I have an Unifi U7 pro configued 6Ghz 320Mhz , the app show 20Mhz , but WifiMan show 320Mhz
@hsinyu-chen Would you like to become a contributor to this project, since the latest hardware is available to you. It would be great to add new contributors to this project.
@hsinyu-chen Would you like to become a contributor to this project, since the latest hardware is available to you. It would be great to add new contributors to this project.
cloud you give link to where should I start with, last time I use Java is about 15 Years ago, I'm no sure I can help, but I definitely can do some donation tho
Please note this project uses Kotlin, not Java
Here are a few links to help you to start:
- https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer#fork-project
- This file would be a good start: https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/blob/main/app/src/main/kotlin/com/vrem/wifianalyzer/wifi/model/WiFiWidth.kt
Please note this project uses Kotlin, not Java
Here are a few links to help you to start:
- https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer#fork-project
- This file would be a good start: https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/blob/main/app/src/main/kotlin/com/vrem/wifianalyzer/wifi/model/WiFiWidth.kt
hello , I found that because 320Mhz it has overlap bewteen channels , so the current 6hz channel paging is an issue, to me it seems need to display in only one page otherwise some channel will be cut half , any idea?
@hsinyu-chen Is there a PR available? By "6hz channel paging" you mean Channel Graph?
@hsinyu-chen Is there a PR available? By "6hz channel paging" you mean Channel Graph?
-
no I haven't submit PR yet , I was just simply add 320Mhz enum class for quick test, not figure out how to do center calculation too
-
yes , on Channel Graph you can select channel range on top like [1-12] [33-61]
do you guys have discord or something for devs talk?
Yes, there are two important things to do.
- Center frequency calculation
- API maybe provides correct calculation (test this using WiFi 7 hardware)
- Channel Graph display re-work
PR would be the best way to collaborate on this work.
Will be available in the next release.