mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-17 13:07:35 +02:00
This adds a `from_cbor` method to the `BundleStatusReport` class so binary status reports can be parsed. Note: Some of this code has been AI-generated using Claude Sonnet 4, but it was reviewed line-by-line and then heavily refactored. Prompt: "Write a `from_cbor` function that can be added to the `BundleStatusReport` class in `bundle7.py` so we get suitable status report parsing logic there." Signed-off-by: Felix Walter <felix.walter@d3tn.com> |
||
|---|---|---|
| .. | ||
| pyd3tn | ||
| .gitignore | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| requirements.txt | ||
pyD3TN
pyD3TN is a collection of protocol implementations of the Delay-Tolerant Networking (DTN) Architecture (RFC4838) for Python.
Besides the Bundle Protocol implementations BPv6 and BPv7, implementations of the Convergence Layer Adapters (CLAs) for TCP (MTCP, TCPCLv3) and the Space Packet Protocol (SPP) are included.
Installation
From source:
git clone https://gitlab.com/d3tn/ud3tn
cd pyd3tn
python setup.py install
From PyPi directly:
pip install pyd3tn
Development
pyD3TN is maintained as part of the µD3TN project and follows its development processes. Please see the µD3TN repository for the code and further information.