broadcasting

Irmen de Jong irmen at -NOSPAM-REMOVETHIS-xs4all.nl
Fri Feb 28 07:35:33 EST 2003


If I'm not mistaken, there's an UDP echo server and client in the
Python source archive. It shouldn't be too difficult to change
that to a broadcast server and client, by setting the socket
option SO_BROADCAST and using IP address 255.255.255.255
(or equivalently "<broadcast>").

Irmen





More information about the Python-list mailing list