From c5c7d83c97620c9bae7939b21d46a1458291ebf6 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 6 Sep 2022 11:06:33 +0200 Subject: [PATCH] Added https://gitlab.com/verzulli/ndpid-rt-analyzer.git to examples. Signed-off-by: Toni Uhlig --- .gitmodules | 3 +++ examples/README.md | 4 ++++ examples/js-rt-analyzer | 1 + 3 files changed, 8 insertions(+) create mode 160000 examples/js-rt-analyzer diff --git a/.gitmodules b/.gitmodules index 42fe0f92..720f21e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,3 +3,6 @@ url = https://github.com/ntop/nDPI branch = dev update = rebase +[submodule "examples/js-rt-analyzer"] + path = examples/js-rt-analyzer + url = https://gitlab.com/verzulli/ndpid-rt-analyzer.git diff --git a/examples/README.md b/examples/README.md index 0f08f812..2b629fbc 100644 --- a/examples/README.md +++ b/examples/README.md @@ -26,6 +26,10 @@ Very tiny integration example. A discontinued tty UI nDPId dashboard. Removed with commit 29c72fb30bb7d5614c0a8ebb73bee2ac7eca6608. +## js-rt-analyzer + +[nDPId-rt-analyzer](https://gitlab.com/verzulli/ndpid-rt-analyzer.git) + ## py-flow-info Prints prettyfied information about flow events. diff --git a/examples/js-rt-analyzer b/examples/js-rt-analyzer new file mode 160000 index 00000000..e0402c64 --- /dev/null +++ b/examples/js-rt-analyzer @@ -0,0 +1 @@ +Subproject commit e0402c64c8063ccfa829b280e761f9e0df38e5af