nDPI Python bindings -------------------- This directory contains the Python3 bindings for nDPI. We provide both cffi and ctypes based bindings. **cffi bindings** Files: * ndpi.py Example (using `nfstream `_ package): .. code-block:: bash pip3 install nfstream python3 flow_printer.py python3 flow_printer.py Code courtesy: * Zied Aouini **ctypes bindings** Files: * ndpi_typestruct.py * ndpi_wrap.c * Makefile.in Example: .. code-block:: bash pip3 install scapy python3 ndpi_example.py python3 ndpi_example.py Code courtesy: * Massimo Puddu * Zied Aouini