VREMSoftwareDevelopment / WiFiAnalyzer

Android application to analyze WiFi signals.
https://vremsoftwaredevelopment.github.io/WiFiAnalyzer/
GNU General Public License v3.0
3.24k stars 606 forks source link

Incorrect band frequency range #327

Closed deverhjj closed 3 years ago

deverhjj commented 3 years ago

Describe the bug 2.4 GHz and 5 GHz frequency range is not the same as wikipedia described

To Reproduce Open WiFiChannelsGHZ2.java and WiFiChannelsGHZ5.java

Expected behavior 2.4 GHz should be 2401 ~ 2495 MHz 5 GHz should be 4910 ~ 5875 MHz

Screenshots 2ghz 5ghz

VREMSoftwareDevelopment commented 3 years ago

Please explain what does not work in the application based on your statement:

2.4 GHz and 5 GHz frequency range is not the same as Wikipedia described

deverhjj commented 3 years ago

I have not found any application problems caused by this, but theoretically this is an implicit problem. What I am confused about is why you define it as not based on Wikipedia.

VREMSoftwareDevelopment commented 3 years ago

All current contributors are busy with other work or other projects. Currently there is no one available to investigate theoretical issue. When there is no an opportunity to implement/investigate the request, we encourage developers to become contributors. It would be great to add new contributors to this project.

deverhjj commented 3 years ago

OK, thank you for your great project. By the way, anyone who know why can tell me , thanks advance. Peace.