Raknet vs Twisted in a multiplayer racing sim

tommasom

12-11-2009 19:21:56

Can somebody point me out pros-cons of using Raknet vs Twisted in a multiplayer racing simulator developed with Python-Ogre?

andy

16-11-2009 09:22:32

Personally I'd go with RakNet -- it's specifically designed for 'gaming' network traffic and is (from what I've seem) simple to implement, fast and reliable...

Twisted is more of a complete network framework -- written in python and seems like a great tool to use for a server application...

Andy