Commit Graph

2629 Commits

Author SHA1 Message Date
Herbert Wolverson
26c324930e ISSUE #542 - detect if SSL is in use, and adjust the websocket URL to match (either wss:// or ws:// for non-TLS).
The URLs to forward are:

* /websocket/ws (the main "ticker")
* /websocket/private_ws (for per-instance data feeds) - there's nothing actually "private" about it, it's "session local".
2024-08-04 19:06:00 -05:00
Herbert Wolverson
cc6958e127 Fix the links to circuits on the ASN Explorer 2024-08-01 12:00:47 -05:00
Herbert Wolverson
8157a60656 Update VERSION_STRING 2024-08-01 08:36:27 -05:00
Herbert Wolverson
11ad65cd07 Merge remote-tracking branch 'refs/remotes/origin/develop' into develop 2024-08-01 08:34:44 -05:00
Herbert Wolverson
9c89b47ef7 Update the build_dpkg.sh script to include the new website. 2024-08-01 08:34:14 -05:00
Robert Chacón
a6d1feb7d8
Update integrationSplynx.py 2024-08-01 07:34:12 -06:00
Herbert Wolverson
1505816fe5 Update the build_dpkg.sh script to include the new website. 2024-08-01 08:33:15 -05:00
Robert Chacón
999d66b777
Add files via upload 2024-07-30 16:19:09 -06:00
Robert Chacón
c2cbba9294
Merge pull request #536 from LibreQoE/splynx_fixes_jul28
Enable Splynx Integration to handle Some Topology Info
2024-07-30 16:15:26 -06:00
Robert Chacón
35381756a0
Update integrationSplynx.py 2024-07-30 16:12:24 -06:00
Herbert Wolverson
c96e287406 Merge remote-tracking branch 'refs/remotes/origin/develop' into develop 2024-07-29 11:26:25 -05:00
Herbert Wolverson
ffb38fd16a FIXES #351 - honour the UISP config "excluded sites" list, removing both sites and devices if they are excluded. 2024-07-29 11:26:10 -05:00
Robert Chacón
3f3f8feba5
Merge pull request #530 from interduo/patch-42
bugfix: no error when host has got 1 cpu core
2024-07-29 10:20:36 -06:00
Robert Chacón
ea88d50d51
Merge pull request #538 from LibreQoE/flow_timeline_data
Flow timeline data
2024-07-29 10:09:40 -06:00
Herbert Wolverson
cabbcf92c0 Improved redaction for Sankey displays 2024-07-29 10:57:49 -05:00
Herbert Wolverson
f41e4c9133 Revert the country selection to something that functions. 2024-07-29 10:39:29 -05:00
Herbert Wolverson
32d746894a Revert the country selection to something that functions. 2024-07-29 10:38:11 -05:00
Herbert Wolverson
42d6efc840 Revert the country selection to something that functions. 2024-07-29 10:37:24 -05:00
Herbert Wolverson
5d33a7ed6b Revert the country selection to something that functions. 2024-07-29 10:29:20 -05:00
Herbert Wolverson
c6f351352b Put CORS at the bottom of Local API 2024-07-29 10:28:06 -05:00
Herbert Wolverson
5174571cd8 Fix search by country - using wrong key 2024-07-29 10:19:58 -05:00
Herbert Wolverson
59d1116893 Remember to display the protocol in the header! 2024-07-29 10:04:18 -05:00
Herbert Wolverson
b4872a4f09 Display Remote IP 2024-07-29 09:58:53 -05:00
Herbert Wolverson
bb73aea9c6 Support display by protocol 2024-07-29 09:55:11 -05:00
Herbert Wolverson
1a3c8df787 Change country selection from flag to name matching, to ensure that America/Foo matches only that region - and not everything with the stars and stripes. 2024-07-29 09:27:18 -05:00
Robert Chacón
352bafce96
Update integrationSplynx.py 2024-07-29 08:23:05 -06:00
Robert Chacón
1ecaba84f0
Update integrationSplynx.py 2024-07-28 16:38:19 -06:00
Robert Chacón
15f3187549
Update integrationSplynx.py 2024-07-28 16:35:42 -06:00
Herbert Wolverson
ec8707ac6f Fix case on flag path 2024-07-27 10:51:32 -05:00
Herbert Wolverson
eebc6372e4 Fix case on flag path 2024-07-27 10:50:55 -05:00
Herbert Wolverson
7b14dc1276 Experimental: list ASN timelines by country 2024-07-27 10:47:29 -05:00
Herbert Wolverson
1f8379d0e1 Redact client names, add elipses if it grows too long. 2024-07-27 09:52:51 -05:00
Herbert Wolverson
ac700677ee You can sort the timeline entries. 2024-07-27 09:31:43 -05:00
Herbert Wolverson
80995b7f95 The ASN explorer now displays bytes, protocol, RTT and client links. 2024-07-27 09:16:29 -05:00
Herbert Wolverson
b4d1d5deff Add a hashmap for looking up ASNs by number. Refactor the ASN-count code, it should be MUCH faster and gentler now. 2024-07-27 08:20:16 -05:00
Herbert Wolverson
a73e3af50a Allow CORS to the local-api 2024-07-27 08:10:49 -05:00
Herbert Wolverson
f37c95612e Temporarily remove the label column. 2024-07-26 16:32:23 -05:00
Herbert Wolverson
7877b8f5ae Continued tweaking - better sparklines, should fix the TCP retransmit time, add pagination. 2024-07-26 16:15:45 -05:00
Herbert Wolverson
680e8ba671 Trim off the excess empty seconds on the graphs. 2024-07-26 15:11:07 -05:00
Herbert Wolverson
0c6ecd3e91 Filter to non-ephemeral flows, and collect flow tracking data a bit better. 2024-07-26 14:39:43 -05:00
Herbert Wolverson
f920e8e1f5 A few tweaks to get it demo-able. Don't merge! 2024-07-26 14:20:16 -05:00
Herbert Wolverson
b250196d07 First try at a sparkline based ASN explorer! 2024-07-26 14:09:50 -05:00
Herbert Wolverson
48a6ca5704 Formatting fix 2024-07-26 10:45:04 -05:00
Herbert Wolverson
403a0e0dcd We should now have a timeline of when retransmits happened. 2024-07-26 10:18:05 -05:00
Herbert Wolverson
b9ad794dc5 Start tracking bytes/second over time per-flow. This is experimental; in theory it won't cause problems, but it needs to be thoroughly tested. 2024-07-26 09:53:46 -05:00
Herbert Wolverson
c7f06f9a39 Log axes aren't working properly - try this 2024-07-26 09:27:55 -05:00
Herbert Wolverson
a8dbf6187a Log axes aren't working properly - try this 2024-07-26 09:27:16 -05:00
Herbert Wolverson
b97fd4c67b Log axes aren't working properly - try this 2024-07-26 09:26:26 -05:00
Herbert Wolverson
549872a5d6 Flow durations as a scatter with a log axis, this time with correct values. 2024-07-26 09:18:16 -05:00
Herbert Wolverson
2560394650 Flow durations as a scatter with a log axis. 2024-07-26 09:16:33 -05:00