mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +02:00
> SetuptoolsDeprecationWarning: `project.license` as a TOML table is > deprecated > Please use a simple string containing a SPDX expression for > `project.license`. You can also use `project.license-files`. > (Both options available on setuptools>=77.0.0). > See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license > for details. Signed-off-by: Maximilian Nitsch <maximilian.nitsch@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
pip install [-e] ud3tn/pyd3tn
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 and the µD3TN web documentation for further information.