This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

NDK ping from DSP



Hello everybody!

I got NDK working, I even have UDP server and able to communicate with DSP.

I can ping DSP from host but how do I ping host from DSP? Is there any functionality in NDK allowing to send/receive ping packets on DSP?

There are some API in 

ti/ndk_2_24_01_18/packages/ti/ndk/stack/icmp/

but it is not clear how to determine if ping fails. Suppose I call ICMPGenPacket() but how do I know that answer received?