-
Notifications
You must be signed in to change notification settings - Fork 68
Description
Feature
- New functionality with network package processing for IoT traffic
- UI/UX improvements
- Performance enhancements
- Other (elaborated below)
Describe the feature you'd like
On the device listing page, create two live graphs for every device card - one for upload and one for download. Each graph should span 60 seconds, with 60 bars (one per second). The y-axis should represent the number of bytes uploaded or downloaded per second. Bars can be zero height or very high depending on traffic. Upload and download should not be combined because they differ in scale and behavior.
So very concretely, for every device, show two live graphs, one for upload, one for download. Each live graph should span 60 seconds, with the y-axis as number of bytes either uploaded or downloaded. There should be exactly 60 bars. Could be a zero height bar, could be a very high bar.
Additional context
For validation, inspect your phone and run a Cloudflare or Google speed test, then verify the bytes/second shown in Inspector matches the speed test values .