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

Move dashboard function to separate file #24

Merged
merged 6 commits into from Aug 17, 2016
Merged

Conversation

jrmhaig
Copy link
Collaborator

@jrmhaig jrmhaig commented Aug 16, 2016

The main change here is moving the dashboard function into a separate file but I have also changed how the signal level is displayed. This is the commit that makes this change:

Formerly this was displayed as a bar and that is how it appears in your screenshots but I cannot find any reference to iwconfig returning a value that could be displayed in this way. Do you know anything different?

@billz
Copy link
Member

billz commented Aug 17, 2016

Re: signal level, this is dependent on the H/W adapter, firmware and S/W driver. From the iwconfig linux man page:

May be arbitrary units or dBm, iwconfig uses driver meta information to interpret the raw value given by /proc/net/wireless and display the proper unit or maximum value (using 8 bit arithmetic). In Ad-Hoc mode, this may be undefined and you should use iwspy.

In my case the Edimax driver returns signal level as xx/100. Other adapters/drivers return a value expressed as dBM, so ideally the regex should handle both cases.

@billz billz merged commit 52d569d into RaspAP:master Aug 17, 2016
@jrmhaig jrmhaig deleted the dashboard branch August 17, 2016 18:09
getveloce added a commit to getveloce/raspap-webgui that referenced this pull request Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants