OpenAttackDefenseTools / tulip

Network analysis tool for Attack Defence CTF
GNU General Public License v3.0
284 stars 39 forks source link

[improvement] Add dynamic window size to volume graph #14

Open RickdeJager opened 2 years ago

RickdeJager commented 2 years ago

The volume graph is useful to detect the volume associated with certain tags / search queries.
image

The current implementation in devel is pretty naive and just uses a fixed window size. This should be done dynamically based on the timestamps of the first and last item.