[Twisted-Python] simple multicast beacon problem ...
Jp Calderone
exarkun at divmod.com
Mon Apr 11 21:50:39 MDT 2005
On Tue, 12 Apr 2005 13:29:11 +1000, Darran Edmundson <darran.edmundson at anu.edu.au> wrote:
>
> I'm relatively new to Twisted and am struggling to create a multicast
> beacon with the application framework. This beacon simply sends out
> a datagram every second, no listening at all. I've appended a short sample
> program and traceback to this email in the hope that someone can
> point out the presumably simple usage error. For the life of me I can't
> spot it. Here's the last bit of the traceback:
>
> [snip]
UDP and multicast don't use factories. Instantiate your DatagramProtocol directly and pass it to listenMulticast().
Jp
More information about the Twisted-Python
mailing list