diff options
author | Luca Deri <deri@ntop.org> | 2019-09-15 22:32:18 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-09-15 22:32:18 +0200 |
commit | f0013e826e28690a7037a8b2b781b8bc085efc6c (patch) | |
tree | 158e0263dcba30f5b8d731ecb654927adb03dee7 /python/README | |
parent | 5fd79567f0f576ff80c05d9f2936b200f4700cb5 (diff) |
Added python bindings for nDPI
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 |