Skip to content

OpenBazaar/txrudp

 
 

Repository files navigation

txrudp

Build Status Code Health Coverage Status Latest PyPI version

Implementation of a Reliable UDP Protocol Layer over Twisted.

This implementation makes no explicit effort to adhere to any published standard about RUDP (RFCs, etc).

Installation

pip install txrudp

In order to use encrypted connections, you need to install txrudp with the crypto extension:

pip install txrudp[crypto]

This extension denends on the PyNaCl package, and attempts to install it as part of the setup. Installation is known to fail on Windows. See this about manually installing PyNaCl on Windows.

Python 3 support

Support for Python 3 will be made available as soon as the protobuf package officially supports Python 3.

Resources

License

txrudp is released under the MIT License.

About

Implementation of a Reliable UDP Protocol Layer over Twisted

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Other 0.6%