summaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-05-27 15:03:38 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-05-27 15:05:06 +0200
commit12e0ae98b66a323b6f76035f6aae13b52c56c8c1 (patch)
tree74c76acaf7cddc6fe277700c3ef6bc5b5e1912f7 /examples/README.md
parent2a59c0513cce61d88f01531ba8ac32ff39f3f5de (diff)
Added realtime web based graph example using Plotly/Dash.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/README.md b/examples/README.md
index 22ff8874b..95804aabb 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -25,6 +25,10 @@ A discontinued tty UI nDPId dashboard. I've figured out that Go + UI is a bad id
Prints prettyfied information about flow events.
+## py-flow-dash
+
+A realtime web based graph using Plotly/Dash.
+
## py-flow-multiprocess
Simple Python Multiprocess example spawning two worker processes, one connecting to nDPIsrvd and one printing flow id's to STDOUT.