Module pyraknet
[hide private]
[frames] | no frames]

Module pyraknet



pyraknet is a Python extension that has bindings for the reliable UDP network library RakNet.

http://pyraknet.slowchop.com/ for more information on this module.

Copyright (C) 2006-2007 Gerald Kaszuba <pyraknet@gakman.com>

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Classes [hide private]
  ConnectException
Exception for Peer.connect errors
  InitException
Exception for Peer.init errors
  NewPeerException
Exception for creating a new instance of RakPeerInterface
  Packet
A class containing a packet returned from the Peer.receive() method.
  PacketPriority
Priority types used in Peer.send()
  PacketReliability
Reliability types used in Peer.send()
  PacketTypes
A class containing the inbuilt packet types.
  Peer
The RakNet Peer class
  PlayerAddress
A representation of a network address and port.
  PyraknetException

Variables [hide private]
  __version__ = '0.1.3'

Variables Details [hide private]

__version__

None
Value:
'0.1.3'