aboutsummaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
authoraouinizied <aouinizied@gmail.com>2019-11-28 03:09:13 +0100
committeraouinizied <aouinizied@gmail.com>2019-11-28 03:09:13 +0100
commita95cfcc98906c1807acf6707c838cc49d15ae39b (patch)
treebc51e88f8ee4da73100974bbe14717fcbbf98bce /python/README
parentd328c3bccc55d0c0171a3c227a23b8e4e663819d (diff)
Implement cffi bindings.
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