diff options
Diffstat (limited to 'python/README')
-rw-r--r-- | python/README | 7 |
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 |