Hi,
I would like to implement a TCP Client code with TI RTOS NDK. I did not find any off-the-shelf example. Is there any? Well, based on tcpSendReceive.c file I started to implement a clien side code to uC.
My problem is when I call:
inet_ntop(AF_INET,"192.168.3.10",&(localAddr.sin_addr));
It says
Description Resource Path Location Type <a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/225.html">#225-D</a> function "inet_addr" declared implicitly tcpEcho.c /tcpEcho_EK_TM4C129EXL_TI_TivaTM4C129ENCPDT line 115 C/C++ Problem
What header files should I include to make it work?
The most recent version of SPRU524J on chapter 5 says NETTOLS.H must be included but I can not find it.
Thank you
PS.: If there were a fully working TCP Client for TI RTOS with NDK, that would be very nice.