diff options
| author | EnricoGuccii <110997560+EnricoGuccii@users.noreply.github.com> | 2026-01-11 15:14:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 15:14:48 +0100 |
| commit | 4289f0db454c21f6a071170f7f1b765eac5ac792 (patch) | |
| tree | 4bd80d822a79439c79c5c5c5e7f151ded9d289d0 /README.md | |
| parent | dce363dcc71ebae8cfdac6a6504b802488ab5e9b (diff) | |
Add hyperlink for River library in README
Updated README to include a hyperlink for the River library.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # streamml -Streamml processes network packets in real-time, feeding them into the Half-Space Trees algorithm (via the River library). When the score exceeds the defined threshold, the application saves an evidentiary PCAP dump containing the relevant packet window. +Streamml processes network packets in real-time, feeding them into the Half-Space Trees algorithm (via the [River](https://riverml.xyz/dev/api/anomaly/HalfSpaceTrees/) library). When the score exceeds the defined threshold, the application saves an evidentiary PCAP dump containing the relevant packet window. Note: Currently supports Half-Space Trees, with plans to add more algorithms. |