Hello, I try to run the NDK client example with simulator as per below steps
I can get message like below when I start the rpcapd.exe provided by winpcap.
[TMS320C66x_0] QMSS successfully initialized
[TMS320C66x_0] CPPI successfully initialized
[TMS320C66x_0] PA successfully initialized
[TMS320C66x_0]
[TMS320C66x_0] TCP/IP Stack Example Client
[TMS320C66x_0] using manuaaly setting ip addressthe core num is 0
[TMS320C66x_0] PASS successfully initialized
[TMS320C66x_0] Ethernet subsystem successfully initialized
[TMS320C66x_0] Ethernet eventId : 48 and vectId (Interrupt) : 7
[TMS320C66x_0] Registration of the EMAC Successful, waiting for link up ..
[TMS320C66x_0] Network Added: If-1:3.242.226.127
[TMS320C66x_0] Service Status: Telnet : Enabled : : 000
[TMS320C66x_0] Service Status: HTTP : Enabled : : 000
And from the log info , I can see Simulator connects to my Network Card through Winpcap-driver, also I can see there that it captures broadcast packets from network. But when I use the url : http://3.242.226.127, I can't invoke the http server provided by ndk client example. I also use the WINAPPS such as echoc to link the data server, but get "failed connect" message. I am wondering how can I connect to the http server of the ndk example. Could someone help me?