diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-06 11:06:33 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-06 11:08:01 +0200 |
commit | c5c7d83c97620c9bae7939b21d46a1458291ebf6 (patch) | |
tree | e51ca366cf56219ec4848c09093e54bfb5184fb7 | |
parent | 70f517b0403d7f2504fb18aeae8633365782f03b (diff) |
Added https://gitlab.com/verzulli/ndpid-rt-analyzer.git to examples.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | examples/README.md | 4 | ||||
m--------- | examples/js-rt-analyzer | 0 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 42fe0f92f..720f21e96 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 0f08f8123..2b629fbc0 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 +Subproject e0402c64c8063ccfa829b280e761f9e0df38e5a |