From 470ed99eafdbfc222c4ace674be8ae5b8f596e02 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 11 Jan 2023 06:13:51 +0100 Subject: [PATCH] Added https://gitlab.com/verzulli/ndpid-rt-analyzer-frontend.git example. Signed-off-by: Toni Uhlig --- .gitmodules | 3 +++ examples/README.md | 7 ++++++- examples/js-rt-analyzer | 2 +- examples/js-rt-analyzer-frontend | 1 + 4 files changed, 11 insertions(+), 2 deletions(-) create mode 160000 examples/js-rt-analyzer-frontend diff --git a/.gitmodules b/.gitmodules index 720f21e9..903071c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,6 @@ [submodule "examples/js-rt-analyzer"] path = examples/js-rt-analyzer url = https://gitlab.com/verzulli/ndpid-rt-analyzer.git +[submodule "examples/js-rt-analyzer-frontend"] + path = examples/js-rt-analyzer-frontend + url = git@gitlab.com:verzulli/ndpid-rt-analyzer-frontend.git diff --git a/examples/README.md b/examples/README.md index 5df11d60..2b1d4342 100644 --- a/examples/README.md +++ b/examples/README.md @@ -30,6 +30,10 @@ Integration example that verifies flow timeouts on SIGUSR1. [nDPId-rt-analyzer](https://gitlab.com/verzulli/ndpid-rt-analyzer.git) +## js-rt-analyzer-frontend + +[nDPId-rt-analyzer-frontend](https://gitlab.com/verzulli/ndpid-rt-analyzer-frontend.git) + ## py-flow-info Console friendly, colorful, prettyfied event printer. @@ -44,7 +48,8 @@ Try it with: `./examples/py-machine-learning/sklearn_random_forest.py --csv ./nd This way you should get 9 different classification classes. You may notice that some classes e.g. TLS protocol classifications may have a higher false-negative rate. Unfortunately, I can not provide any datasets due to some privacy concerns. -But you can use a [pre-trained model](https://drive.google.com/file/d/1KEwbP-Gx7KJr54wNoa63I56VI4USCAPL/view?usp=sharing) with `--load-model` and the aformentioned parameters. + +But you can use a [pre-trained model](https://drive.google.com/file/d/1KEwbP-Gx7KJr54wNoa63I56VI4USCAPL/view?usp=sharing) with `--load-model`. ## py-flow-dashboard diff --git a/examples/js-rt-analyzer b/examples/js-rt-analyzer index 12459511..2ddfa97d 160000 --- a/examples/js-rt-analyzer +++ b/examples/js-rt-analyzer @@ -1 +1 @@ -Subproject commit 124595114faa31824079f5d709ca041973843189 +Subproject commit 2ddfa97de7ebd1ceddc9387d83bc66fdbfd60eaa diff --git a/examples/js-rt-analyzer-frontend b/examples/js-rt-analyzer-frontend new file mode 160000 index 00000000..e2c89fba --- /dev/null +++ b/examples/js-rt-analyzer-frontend @@ -0,0 +1 @@ +Subproject commit e2c89fbab138beb4effd729d530ed819782c461a