summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnricoGuccii <110997560+EnricoGuccii@users.noreply.github.com>2026-01-11 15:14:48 +0100
committerGitHub <noreply@github.com>2026-01-11 15:14:48 +0100
commit4289f0db454c21f6a071170f7f1b765eac5ac792 (patch)
tree4bd80d822a79439c79c5c5c5e7f151ded9d289d0
parentdce363dcc71ebae8cfdac6a6504b802488ab5e9b (diff)
Add hyperlink for River library in README
Updated README to include a hyperlink for the River library.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82ab0c9..2de7608 100644
--- a/README.md
+++ b/README.md
@@ -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.