Re: Send to all clients using UDP in Twisted

2006-08-21 Thread [EMAIL PROTECTED]
Thanks for the responce, I am sending over the internet so I can't use that method. Thanks for the reply anyway! Martin P. Hellwig wrote: > Elliot Hughes wrote: > > Hi Everyone, I am trying to right a server that can receive a message > > and send it to all clients using UDP on twisted. I have got

Re: Send to all clients using UDP in Twisted

2006-08-20 Thread Martin P. Hellwig
Elliot Hughes wrote: > Hi Everyone, I am trying to right a server that can receive a message > and send it to all clients using UDP on twisted. I have got it so far > that it can echo to the client that sent the message but not to the > rest. I tried using multicast but that requires almost total r

Send to all clients using UDP in Twisted

2006-08-20 Thread Elliot Hughes
Hi Everyone, I am trying to right a server that can receive a message and send it to all clients using UDP on twisted. I have got it so far that it can echo to the client that sent the message but not to the rest. I tried using multicast but that requires almost total rewrite, and the client which