[Twisted-Python] Perspective Broker and UDP, is it possible?

Jp Calderone exarkun at divmod.com
Wed Sep 1 10:02:45 EDT 2004


Joakim Bech wrote:
> I'm doing my master thesis in computer science, and the topic
> for the project is "Managment of network delays in computer games".
> The software im going to use is Python with Twisted and Pygame.
> Right now I'm trying to get to know how different parts of Twisted
> interact with each other. And my first question is:
> 
> Is it possible to use Perspective Broker with UDP?
> I've tried modifying the examples here
> (http://www.twistedmatrix.com/documents/current/howto/pb-usage),
> with DatagramProtocol and so on, but I haven't got it to work.
> I suspect that it is impossible due to that UDPs is connectionless,
> but there's a lot of "magic" in Twisted, so I thought I'd better
> ask the pros'.
> 

   The current version of PB has no support for UDP.

   Jp




More information about the Twisted-Python mailing list