Tool/software: TI-RTOS
Respected sir,
I am new to Networking and TCP\IP. I am trying to modify tcpEcho_EK_TM4C1294XL_TI_TivaTM4C1294NCPDT example. I want to send packets at 1 ms interval on static IP. I have done static ip settings as shown in attached image. But i am not able to communicate with my laptop and i am not able to PING also. So how to do static IP configuration so that i can ping with my laptop??
recv(clientfd, buffer, TCPPACKETSIZE, 0)) > 0)
bytesSent = send(clientfd, buffer, bytesRcvd, 0)
The second question is can i use above functions wherever i want (for example in timer interrupt) by making necessary variables global.
My objective is i want total control over code. Wherever and wherever i want i should be able to transmit and receive packets.
Regards,
Digvijay