معرفی شرکت ها


d4-pyclient-0.1.7


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

D4 core software client in Python
ویژگی مقدار
سیستم عامل -
نام فایل d4-pyclient-0.1.7
نام d4-pyclient
نسخه کتابخانه 0.1.7
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Aurelien Thirion (Terrtia)
ایمیل نویسنده aurelien.thirion@circl.lu
آدرس صفحه اصلی https://github.com/D4-project/d4-pyclient
آدرس اینترنتی https://pypi.org/project/d4-pyclient/
مجوز BSD-2-Clause
# Main features **d4-pyclient** is python implemention of the [D4 encapsulation protocol](https://github.com/D4-project/architecture/tree/master/format). It is a low-barrier entry for anyone interested into tinkering with the D4 protocol or embedding a d4 client into another project. It supports both regular types and types defined by meta-header. # Install ```bash pip install d4-pyclient ``` # Launching ```shell ./d4_client.py -h usage: d4_client.py [-h] -c CONFIG [-cc] optional arguments: -h, --help show this help message and exit -c CONFIG, --config CONFIG config directory -cc, --check_certificate check server certificate ``` # Configuration Files of the client configuration can be stored in folder containing the following files: - key: your Pre-Shared-Key - snaplen: default is 4096 - source: stdin or d4server - destination: stdout, [fe80::ffff:ffff:ffff:a6fb]:4443, 127.0.0.1:4443 - type: D4 packet type, see [types](https://github.com/D4-project/architecture/tree/master/format) - uuid: generated automatically if empty - version: protocol version - rootCA.crt: optional : CA certificate to check the server certificate - metaheader.json: optional : a json file describing feed's meta-type [types](https://github.com/D4-project/architecture/tree/master/format)


زبان مورد نیاز

مقدار نام
>=3.6,<4.0 Python


نحوه نصب


نصب پکیج whl d4-pyclient-0.1.7:

    pip install d4-pyclient-0.1.7.whl


نصب پکیج tar.gz d4-pyclient-0.1.7:

    pip install d4-pyclient-0.1.7.tar.gz