[Twisted-Python] Dynamic listening to UDP ports?

Jp Calderone exarkun at divmod.com
Tue Apr 26 16:12:55 MDT 2005


On Tue, 26 Apr 2005 22:52:45 +0200, Torbjörn Einarsson <torbjorn at einarssons.se> wrote:
>Thanks a lot!
>
>A related question:
>how do I in the simplest way send UDP data to 10 different ports.
>
> [snip]
>

  Use the write() method.  See the UDP howto:

    http://twistedmatrix.com/documents/current/howto/udp

  Jp




More information about the Twisted-Python mailing list