aboutsummaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-09-15 22:32:18 +0200
committerLuca Deri <deri@ntop.org>2019-09-15 22:32:18 +0200
commitf0013e826e28690a7037a8b2b781b8bc085efc6c (patch)
tree158e0263dcba30f5b8d731ecb654927adb03dee7 /python/README
parent5fd79567f0f576ff80c05d9f2936b200f4700cb5 (diff)
Added python bindings for nDPI
Diffstat (limited to 'python/README')
-rw-r--r--python/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/README b/python/README
new file mode 100644
index 000000000..61a689a77
--- /dev/null
+++ b/python/README
@@ -0,0 +1,7 @@
+This direcgory contains the Python bindings for nDPI
+
+Usage:
+- python3 ndpi_example.py <interface>
+- python3 ndpi_example.py <pcap_file>
+
+Code courtesy of Massimo Puddu