oktoshi / txrudp

Implementation of a Reliable UDP Protocol Layer over Twisted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 99.4%Language:Protocol Buffer 0.4%Language:Makefile 0.2%