Skip to content
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

Signal Quality over 100%? #1

Open
lampmaster1 opened this issue Feb 19, 2022 · 1 comment
Open

Signal Quality over 100%? #1

lampmaster1 opened this issue Feb 19, 2022 · 1 comment
Labels
question Further information is requested

Comments

@lampmaster1
Copy link

Is the signal strength supposed to be over 100 percent?

@SanderGi
Copy link
Owner

SanderGi commented Feb 19, 2022

Yes. There is no universally accepted definition for what signal quality (%) should be so I just implemented the one proposed by Microsoft. Signal quality is really just a relative measure of signal strength (in the case of my program it linearly maps 0 through 100% to -100 through -50 dBm RSS). Therefore, if the RSS is greater than -50 dBm the quality is supposed to be over 100%.

The signal quality is mostly just included for convenience (since it can help gauge how strong the network is compared to an average network). When evaluating the signal strength of your antenna, I recommend using the signal strength (RSS) reading which is in dBm (not percent). Since RSS is well defined and doesn't depend on implementation.

Other programs have a wide variety of implementations of signal quality (from linear to exponential scales). In the next version, I could implement the same definition of signal quality as Wifi Info View if we think that would be more useful (and if I can find documentation for it somewhere)?

@SanderGi SanderGi added the question Further information is requested label Feb 19, 2022
@SanderGi SanderGi changed the title Signal Strength Signal Quality over 100%? Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants