Download List

项目描述

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
TCP/IP networking knowledge.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2007-02-21 08:00
0.1.4

pyraknet执照已更改为LGPL的。现在有Mac OS X的二进制文件和一些新的方法。
标签: Minor feature enhancements
pyraknet's license has changed to LGPL. There are
now Mac OS X binaries and a few new methods.

2007-01-31 16:41
0.1.3

pyraknet现在为2.4的Python和Python 2.5 Windows二进制。一种方法称为Peer.ip_to_player_id加入。单元测试的情况比较好。该文档是简洁。pyraknet现在使用epydoc,而不是pydoc。
标签: Minor feature enhancements
pyraknet now has Windows binaries for both Python
2.4 and Python 2.5. One method called
Peer.ip_to_player_id was added. Unit tests are
slightly better. The documentation is neater.
pyraknet now uses epydoc instead of pydoc.

2007-01-17 16:54
0.1.2

断开和set_timeout_time被添加到同侪类。 A型属性添加到包类。也有一些小的改动和修正。
标签: Minor feature enhancements
disconnect and set_timeout_time were added to the
Peer class. A type attribute was added to the
Packet class. There have been a few minor changes
and fixes.

2006-07-13 20:19
0.1.1

此版本增加了一个网络模拟器,模拟互联网延迟和丢包。
标签: Minor feature enhancements
This release adds a network simulator to simulate Internet latency and packet loss.

2006-06-23 14:07
0.1.0

标签: Initial freshmeat announcement

Project Resources