python-ndn icon indicating copy to clipboard operation
python-ndn copied to clipboard

An NDN client library with AsyncIO support in Python 3

Results 7 python-ndn issues
Sort by recently updated
recently updated
newest added

Add a window so it can send multiple Interests. https://github.com/named-data/python-ndn/blob/master/src/ndn/app_support/segment_fetcher.py

The [highlighted piece of code](https://github.com/named-data/python-ndn/blob/master/src/ndn/app_support/light_versec/checker.py#L304-L307) avoids returning all self-signed certificates. ```python # This is to avoid self-signed certificate if (not cert.signature_info or not cert.signature_info.key_locator or not cert.signature_info.key_locator.name): continue ``` If...

Hey! So I have a use case to support the [NDN-DPDK](https://github.com/usnistgov/ndn-dpdk) forwarder. As you may know, [ndn-hydra](https://github.com/justincpresley/ndn-hydra) is an distributed repository built using this library. It is soon going to...

**_System:_** Ubuntu 20.04 **_Forwarder Version:_** NFD-nightly, latest pull **_Scope:_** When working with heavy applications using [python-ndn](https://github.com/named-data/python-ndn) that register more than 2+ prefixes. **_Error Frequency:_** Around 1 per 10 registrations, starting...

Currently, python-ndn does not handle [NDN link protocol packets](https://redmine.named-data.net/projects/nfd/wiki/NDNLPv2#NDNLPv2), except NACK. For example, when the network gets congested, NFD will wrap Interest/Data packets in NDNLP packet with congestion markings. The...

Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.31.0 to 2.32.0 Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US...

dependencies

Bumps the pip group with 3 updates in the / directory: [certifi](https://github.com/certifi/python-certifi), [requests](https://github.com/psf/requests) and [urllib3](https://github.com/urllib3/urllib3). Updates `certifi` from 2024.2.2 to 2024.7.4 Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5...

dependencies