From 914910fe762c98985450fb72084377b46b948edc Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 11 Apr 2025 09:18:56 -0700 Subject: [PATCH] Adding new Top Users visualization --- meshview/templates/top.html | 51 +++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/meshview/templates/top.html b/meshview/templates/top.html index 61f77ba..5e4bb58 100644 --- a/meshview/templates/top.html +++ b/meshview/templates/top.html @@ -63,9 +63,9 @@ h1 { } #stats { - text-align: center; /* Centers the content inside the #stats container */ - margin-top: 20px; /* Adds a 20px margin at the top */ - color: #fff + text-align: center; + margin-top: 20px; + color: #fff; } {% endblock %} @@ -73,15 +73,18 @@ h1 { {% block body %}

Top Traffic Nodes

+ +
+

This chart shows a bell curve (normal distribution) based on the total "Times Seen" values for all nodes. It helps visualize how frequently nodes are heard, relative to the average.

+

This "Time Seen" value is the closest that we can get to Mesh utilization by node.

+
+
+

Mean: - Standard Deviation:

+
+
- -
-

Mean:

-

Standard Deviation:

-
- {% if nodes %}
@@ -97,7 +100,7 @@ h1 { {% for node in nodes %} - + @@ -114,7 +117,7 @@ h1 {
{{ node.long_name }}{{ node.long_name }} {{ node.short_name }} {{ node.channel }} {{ node.total_packets_sent }}