Problem receiving UDP broadcast packets.

Roy Smith roy at panix.com
Tue Apr 19 23:35:43 EDT 2011


In article <iol875$ah2$3 at reader1.panix.com>,
 Grant Edwards <invalid at invalid.invalid> wrote:

> I'm trying to implement a device discovery/configuration protocol that
> uses UDP broadcast packets to discover specific types of devices on
> the local Ethernet segment.  The management program broadcasts a
> discovery command to a particular UDP port.  All devices who get that
> packet are expected to answer regardless of thier current IP address.

Have you considered what will happen if you have, say, 1000 such 
devices, and they all respond at the same time?



More information about the Python-list mailing list