pyraknet 0.1.1 review

Download
by rbytes.net on

pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet. pyraknet allows you to concentrate o

License: GPL (GNU General Public License)
File size: 0K
Developer: Gerald Kaszuba
0 stars award from rbytes.net

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. pyraknet is straightforward to implement and you only need a small amount of TCP/IP networking knowledge.

Here are some key features of "pyraknet":
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.

What's New in This Release:
This release adds a network simulator to simulate Internet latency and packet loss.

pyraknet 0.1.1 search tags