<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pyraknet</name>
<shortdesc>pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet.</shortdesc>
<description>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.</description>
<download-page>http://pyraknet.slowchop.com/files/download/pyraknet-0.1.4.tar.gz</download-page>
<homepage rdf:resource="http://pyraknet.slowchop.com/" />
<maintainer><foaf:Person><foaf:name>Gerald Kaszuba</foaf:name>
<foaf:mbox_sha1sum>78bcf31ee6c6194ea8bcea250717f8894dc6958b</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.4</revision></Version></release>
</Project></rdf:RDF>