aboutsummaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2019-11-15 19:51:15 +0100
committerGitHub <noreply@github.com>2019-11-15 19:51:15 +0100
commit53108c9ff15aa52db76ad271db256ff7070efcff (patch)
treeefb88023d31181ceb4d781748d8880f4fc14ad64 /python/README
parent7a1940e1f70ffebae76fffb3d96a0b69a6cbfaf0 (diff)
parent82a186e096edab6443bddfc1a786962f96653f0f (diff)
Merge pull request #811 from aouinizied/python_bindings_fix
Python bindings fix and improve
Diffstat (limited to 'python/README')
-rw-r--r--python/README10
1 files changed, 7 insertions, 3 deletions
diff --git a/python/README b/python/README
index 61a689a77..f55139d0c 100644
--- a/python/README
+++ b/python/README
@@ -1,7 +1,11 @@
-This direcgory contains the Python bindings for nDPI
+This directory contains the Python3 bindings for nDPI
-Usage:
+Demo example:
- python3 ndpi_example.py <interface>
- python3 ndpi_example.py <pcap_file>
-Code courtesy of Massimo Puddu
+Additional example (using nfstream package):
+- python3 flow_printer.py <interface>
+- python3 flow_printer.py <pcap_file>
+
+Code courtesy of: Massimo Puddu, Zied Aouini