Robert Chacón
|
a306ac16db
|
Merge pull request #356 from LibreQoE/fixScheduler2
Fix scheduler concurrence issues
|
2023-05-18 17:38:44 -06:00 |
|
Robert Chacón
|
c1cd782299
|
Update scheduler.py
|
2023-05-18 17:22:50 -06:00 |
|
Robert Chacón
|
199696f7dc
|
Update graphInfluxDB.py
|
2023-05-18 15:50:23 -06:00 |
|
Robert Chacón
|
527d4d7198
|
Add files via upload
|
2023-05-18 15:43:08 -06:00 |
|
Robert Chacón
|
8396afca9b
|
Update graphInfluxDB.py
|
2023-05-18 15:39:55 -06:00 |
|
Robert Chacón
|
c3b213b35f
|
Update graphInfluxDB.py
|
2023-05-18 15:37:43 -06:00 |
|
Robert Chacón
|
7e64ffbff1
|
Update graphInfluxDB.py
|
2023-05-18 15:31:35 -06:00 |
|
Robert Chacón
|
24d4679240
|
Update graphInfluxDB.py
|
2023-05-18 15:27:59 -06:00 |
|
Robert Chacón
|
b7e71ee1bb
|
Add ability to track tins by circuit
|
2023-05-18 15:20:47 -06:00 |
|
Robert Chacón
|
3b7bc94ea0
|
Merge pull request #353 from LibreQoE/fix349
Fix #349
|
2023-05-18 15:01:24 -06:00 |
|
Robert Chacón
|
48e6b7b837
|
Update graphInfluxDB.py
|
2023-05-16 16:43:07 -06:00 |
|
Robert Chacón
|
67aa89bbd6
|
Merge pull request #348 from LibreQoE/develop
Merge recent improvements
|
2023-05-16 13:29:11 -06:00 |
|
Herbert Wolverson
|
423be6f1ed
|
Change build script to use compiled results of site_build in the web folder (should fix CI), use miniz_oxide to compress data before encryption (and decompress the encrypted result), reducing network traffic by a factor of 5.
|
2023-05-15 21:22:44 +00:00 |
|
Herbert Wolverson
|
e2f742cd82
|
Version update
|
2023-05-15 18:26:48 +00:00 |
|
Herbert Wolverson
|
8311a4fcb1
|
Some SQL indices
|
2023-05-15 18:15:50 +00:00 |
|
Herbert Wolverson
|
d8c6e23923
|
Missing files
|
2023-05-15 16:58:30 +00:00 |
|
Herbert Wolverson
|
ea7ec93c80
|
Various chart improvements.
|
2023-05-15 16:58:03 +00:00 |
|
Herbert Wolverson
|
614685ba49
|
Stacked children charts are functioning.
|
2023-05-15 15:45:37 +00:00 |
|
Herbert Wolverson
|
570bcfbe72
|
Remove needless console.log call
|
2023-05-15 15:27:23 +00:00 |
|
Herbert Wolverson
|
ba82f3c97f
|
Remove needless console.log call
|
2023-05-12 19:29:38 +00:00 |
|
Herbert Wolverson
|
dbc5c99265
|
WS client auto-reconnect on fail
|
2023-05-12 19:10:39 +00:00 |
|
Herbert Wolverson
|
c938b1d59c
|
Include AP children on the root
|
2023-05-12 19:04:46 +00:00 |
|
Herbert Wolverson
|
13c26d3fbb
|
Add RTT graph to circuit view
|
2023-05-11 20:13:36 +00:00 |
|
Herbert Wolverson
|
e4a486deed
|
Placeholder circuit page has bits graph and device info
|
2023-05-11 19:46:12 +00:00 |
|
Herbert Wolverson
|
c5ecf4d580
|
Actually include the placeholder circuit page
|
2023-05-11 17:04:46 +00:00 |
|
Herbert Wolverson
|
12369e5b1a
|
Add Cake RTT calculation for low rate connections.
|
2023-05-11 16:55:46 +00:00 |
|
Herbert Wolverson
|
10290397cd
|
Add handling of suspended devices to integrationUISP
|
2023-05-11 14:57:42 +00:00 |
|
Herbert Wolverson
|
5c2ab0fdd6
|
Placeholder for circuit page
|
2023-05-11 13:08:14 +00:00 |
|
Herbert Wolverson
|
51b7c257a6
|
Tighten up the search a little
|
2023-05-10 20:24:11 +00:00 |
|
Herbert Wolverson
|
c1295a6461
|
Add child heat maps to site and ap
|
2023-05-10 19:44:10 +00:00 |
|
Herbert Wolverson
|
60224ba67b
|
Add breadcrumbs to AP and Site pages.
|
2023-05-10 18:48:27 +00:00 |
|
Herbert Wolverson
|
8585cec8e6
|
For now, AP is the same as site
|
2023-05-10 16:57:25 +00:00 |
|
Herbert Wolverson
|
a1c4d6c6d0
|
Add initial site view.
|
2023-05-10 16:28:54 +00:00 |
|
Herbert Wolverson
|
3fe8e3db50
|
Basically functional site tree
|
2023-05-09 19:51:02 +00:00 |
|
Herbert Wolverson
|
d3e60caefe
|
Check in before trying mermaid
|
2023-05-08 18:00:23 +00:00 |
|
Herbert Wolverson
|
c0aca98cdf
|
Working site heatmap on root page.
|
2023-05-04 19:06:48 +00:00 |
|
Herbert Wolverson
|
a8b9248ab9
|
Fixup and improve the search function
|
2023-05-03 20:28:42 +00:00 |
|
Herbert Wolverson
|
76e4594915
|
This refactor is done. The client/server channels are persistent - allowing for bidirectional chatter in the future, cleaner separation and slightly better host tree stats in the database (not the GUI yet).
|
2023-05-03 19:05:09 +00:00 |
|
Herbert Wolverson
|
48d4b4cdd6
|
Work in progress. Major refactor, all of the LTS sender code is refactored into its own crate, and the TCP system is much smarter about keeping connections around and reusing - replacing if they go away.
|
2023-05-03 17:00:24 +00:00 |
|
Herbert Wolverson
|
551e55093a
|
More refactoring: isolate key PKI functions into single space and reuse them.
|
2023-05-01 14:35:07 +00:00 |
|
Herbert Wolverson
|
abd58ca347
|
More refactoring - lts_client now contains the shared long-term stats data.
|
2023-05-01 14:09:12 +00:00 |
|
Herbert Wolverson
|
5a85406e30
|
Refactor the long-term stats module into cleaner code.
|
2023-05-01 13:34:52 +00:00 |
|
Herbert Wolverson
|
ac304b436b
|
Checkpoint before I rearrange some things for efficiency.
|
2023-05-01 13:22:30 +00:00 |
|
Herbert Wolverson
|
72424fd433
|
Minimally working search function. Not great, but its a start.
|
2023-04-28 18:27:20 +00:00 |
|
Herbert Wolverson
|
0c0a7d48ce
|
Very work in progress, but the tree data is now being collected. It's not as efficient as I'd like yet, but the data is there. Let's see how it scales with testing.
|
2023-04-28 14:04:44 +00:00 |
|
Herbert Wolverson
|
dfb7e0d342
|
Add node CPU/RAM usage
|
2023-04-27 17:23:50 +00:00 |
|
Herbert Wolverson
|
2d11ce87b7
|
Per-shaper page and shaper list page basically working, navigation functional.
|
2023-04-27 15:25:27 +00:00 |
|
Herbert Wolverson
|
b0c2a4dfd4
|
Calculate the WS url from the current active URL.
|
2023-04-26 18:48:36 +00:00 |
|
Herbert Wolverson
|
0d0b2d9b46
|
Finish RTT integration with multiple hosts.
Add a time period to graphs.
Add a drop-down selector for visible time period.
Remember your preferred setting from last time.
|
2023-04-26 18:04:17 +00:00 |
|
Herbert Wolverson
|
beab18b9ec
|
Remove commented out code
|
2023-04-26 17:03:02 +00:00 |
|