Replying to UDP broadcast packet

EMAC_FRMFILTER_PASS_MULTICAST looks very much like the option that you need, so you might want to define ipconfigUSE_IGMP.
And at the host side (Windows/Linux/ iOS) you will need to set the socket option that allows you to send broadcast messages.

1 Like