Skip to content

Latest commit

 

History

History
 
 

pyd3tn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.