I'm trying to setup broadcast UDP using the NDK (2.21.01.38) and having some trouble - specifically on how to receive.
My local network on the DSP (6678) is 192.168.0.1 and am able to send a broadcast packet out to 192.168.0.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 SO_BROADCAST to make this work.
How do I setup the DSP to receive broadcast messages?
Thanks,
Subasree