I'm trying to setup broadcast UDP using the NDK (2.21.01.38) and having some trouble on how to receive broadcast UDP.
My local network on the DSP (6678) is 192.168.0.1 and am able to send a broadcast packet out to 192.168.255.255.
I'm able to capture the output in wireshark and can see the packet and has the MAC address FF:FF:FF:FF:FF:FF.
I have enable the socket option as SO_BROADCAST to make this work. .
How do I setup the DSP to receive broadcast messages?
Thanks,
Subasree