aboutsummaryrefslogtreecommitdiff
path: root/python/README
diff options
context:
space:
mode:
authoraouinizied <aouinizied@gmail.com>2019-11-15 19:18:30 +0100
committeraouinizied <aouinizied@gmail.com>2019-11-15 19:18:30 +0100
commite467fe9aa620f643655fbba759d66bc195cc12e0 (patch)
treeaf1fdc21e2e99644448a065b77f8ea13679440b4 /python/README
parent7a1940e1f70ffebae76fffb3d96a0b69a6cbfaf0 (diff)
Improve python bindings.
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..e9820e528 100644
--- a/python/README
+++ b/python/README
@@ -1,7 +1,11 @@
-This direcgory contains the Python bindings for nDPI
+This directory contains the Python 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