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

link quality attribute #8

Open
nicoechaniz opened this issue Jan 2, 2014 · 0 comments
Open

link quality attribute #8

nicoechaniz opened this issue Jan 2, 2014 · 0 comments

Comments

@nicoechaniz
Copy link
Contributor

It's good to have a normalized 0 < quality < 1 to represent this in the link line on the map, but seeing the actual quality value is usually very important.

I propose to add a quality_attr member to the base data structure for links.

For example:

   {
       "type": "wifi",
       "alias_local": "64:70:02:3D:85:0B",
       "alias_remote": "64:70:02:EE:02:E8",
       "quality": 0.25,
       "quality_attr": "signal",
       "attributes": {
           "local_mac": "64:70:02:3D:85:0B",
           "station_mac": "64:70:02:EE:02:E8",
           "channel": 165,
           "signal": -81,
           "interface": "wlan1"
       }
   }

This would let us show the actual quality value (in this case the signal value) in the link popup.

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

No branches or pull requests

1 participant