aboutsummaryrefslogtreecommitdiff
path: root/python/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'python/README.rst')
-rw-r--r--python/README.rst43
1 files changed, 0 insertions, 43 deletions
diff --git a/python/README.rst b/python/README.rst
deleted file mode 100644
index bb8e51aef..000000000
--- a/python/README.rst
+++ /dev/null
@@ -1,43 +0,0 @@
-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 <https://github.com/aouinizied/nfstream>`_ package):
-
-.. code-block:: bash
-
- pip3 install nfstream
- python3 flow_printer.py <interface>
- python3 flow_printer.py <pcap_file>
-
-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 <interface>
- python3 ndpi_example.py <pcap_file>
-
-Code courtesy:
-
-* Massimo Puddu
-* Zied Aouini