Hi,
When I use the sndpkt.c of winapps in ndk_2_0_0_0 package patch, I can't transfer the string successfully.
I use compiled sndpkt.exe file from sndpkt.c compiled with Visual Studio 2008.
My network topology is { PC -----------------DSP board} [this two parts are linked directly with wire ].
and PC's IP is set with 192.168.1.39 mask 255.255.255.0
DSP board's IP is set with 192.168.1.41 mask 255.255.255.0 (like the GSG with C6000 NDK of socket programming Lab6 section)
then I observe the UDP package which the sndpkt.exe sends by Wireshark.
I don't see any data string package. I just see an ARP package.
So it seems that PC doesn't know the MAC address of 192.168.1.41(board).
I doubt that if I could't link PC and board with wire directly.
thanks