diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-05-27 15:03:38 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-05-27 15:05:06 +0200 |
commit | 12e0ae98b66a323b6f76035f6aae13b52c56c8c1 (patch) | |
tree | 74c76acaf7cddc6fe277700c3ef6bc5b5e1912f7 /examples/README.md | |
parent | 2a59c0513cce61d88f01531ba8ac32ff39f3f5de (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.md | 4 |
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. |