udp_bind() cannot receive broadcast.

Hello,

I am implementing firmware to communicate using UDP between two nRF7002.

The sender does not know the IP address, so it tries to know the IP address of the receiver using broadcast. But udp_bind() ignores the broadcast for some reason.

It is correct because udp_bind() can receive using unicast.

Is it a specification that broadcasts cannot be received? Or is it not implemented yet?

Best Regards,
Yoshihiro Goto

Related