summaryrefslogtreecommitdiff
path: root/examples/README.md
diff options
context:
space:
mode:
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 80d4464dd..22ff8874b 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-multiprocess
+
+Simple Python Multiprocess example spawning two worker processes, one connecting to nDPIsrvd and one printing flow id's to STDOUT.
+
## py-flow-undetected-to-pcap
Captures and saves undetected flows to a PCAP file.