Top-rated recipes tagged "broadcast"http://code.activestate.com/recipes/tags/broadcast/top/2011-12-04T22:18:13-08:00ActiveState Code Recipesreceive UDP broadcasts (Python)
2010-06-30T16:46:16-07:00matt studieyhttp://code.activestate.com/recipes/users/4174312/http://code.activestate.com/recipes/577278-receive-udp-broadcasts/
<p style="color: grey">
Python
recipe 577278
by <a href="/recipes/users/4174312/">matt studiey</a>
(<a href="/recipes/tags/broadcast/">broadcast</a>, <a href="/recipes/tags/networking/">networking</a>, <a href="/recipes/tags/udp/">udp</a>).
</p>
<p>simplest implementation I could achieve</p>
Socket Broadcast Help (Python)
2011-12-04T22:18:13-08:00Stephen Chappellhttp://code.activestate.com/recipes/users/2608421/http://code.activestate.com/recipes/577950-socket-broadcast-help/
<p style="color: grey">
Python
recipe 577950
by <a href="/recipes/users/2608421/">Stephen Chappell</a>
(<a href="/recipes/tags/broadcast/">broadcast</a>, <a href="/recipes/tags/socket/">socket</a>, <a href="/recipes/tags/udp/">udp</a>).
Revision 6.
</p>
<p>The classes in this module are stepping stones for building discoverable
services on a network. Server replies are to be handled by the importer.</p>