-
Notifications
You must be signed in to change notification settings - Fork 84
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
[gsoc22] display number of clients #153
Comments
@mwarning @nemesifier
Instead of seperate array of bands , we can have array of objects with clients count and corresponding band. |
Fyi, this is the equivalent code for the Freifunk Meshviewer: https://github.com/freifunk/meshviewer/blob/1d27d3960e27f0f7da1d33d389bdbaeebb3e6308/lib/utils/helper.ts#L189 They use the numbers in node.clients_wifi24 and node.clients_wifi5. Maybe we should do the same here. @nemesifier any imput from your side? |
Meshviewer allows to display the number of clients connected as small circles. Some mods show the number of 2.4 and 5GHz clients as different colored circles.
Is there a way to add this feature without having to modify netjsongraph.js? Maybe support some hook into netjsongraph.js for doing this? Maybe this is already possible?
Here is some code: https://github.com/mwarning/MeshGraphViewer/blob/master/www/utils.js#L6
The text was updated successfully, but these errors were encountered: