pyraknet 0.1.4
pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet.
pyraknet allows you to concentrate on your game or application rather then writing a your own networking code. It is straightforward to implement and you only need a small amount of UDP networking knowledge.
- Easy to implement
- Cross platform
- High performance
- Low bandwidth overhead
- Automatic peer management. Each client is assigned an identifier.
- Optonally specify packets to be reliable -- packets will automatically resend themselves if dropped.
- Optonally specify packets to arrive in the right order, or to be discarded if it receives an old packet.
- Author: Gerald Kaszuba <pyraknet at slowchop com>
- Home Page: http://pyraknet.slowchop.com/
- Download URL: http://pyraknet.slowchop.com/files/download/pyraknet-0.1.4.tar.gz
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System :: Networking
- Package Index Owner: gak
- DOAP record: pyraknet-0.1.4.xml
