aboutsummaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/README')
-rw-r--r--python/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/python/README b/python/README
deleted file mode 100644
index f55139d0c..000000000
--- a/python/README
+++ /dev/null
@@ -1,11 +0,0 @@
-This directory contains the Python3 bindings for nDPI
-
-Demo example:
-- python3 ndpi_example.py <interface>
-- python3 ndpi_example.py <pcap_file>
-
-Additional example (using nfstream package):
-- python3 flow_printer.py <interface>
-- python3 flow_printer.py <pcap_file>
-
-Code courtesy of: Massimo Puddu, Zied Aouini