Skip to content

Python implementation of RakNet 3.25. This is not aimed to be a complete port of RakNet, just everything that's needed to run a server.

License

Notifications You must be signed in to change notification settings

cmarshall108/pyraknet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python implementation of RakNet 3.25. This is not aimed to be a complete port of RakNet, just everything that's needed to run a server.

Not implemented:

  • Client side

  • Encryption

  • ReliableSequenced sending / receiving

  • Split packet receiving

  • Grouped sending

  • (BitStream) Compressed floats/doubles

Requirements:

  • Python 3.5

Sample server setup

Run python -m pyraknet or execute __main__.py to start a sample server that will send packets manually, from ./packets/

To send something, place your packets in ./packets/ and enter the subfolder name in the command line.

The server logs incoming and outgoing packets in ./logs/, if you get errors you might have to create the directory (and possibly subdirectories).

License: GPL v3

About

Python implementation of RakNet 3.25. This is not aimed to be a complete port of RakNet, just everything that's needed to run a server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages