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.

tcp client

Hi Friends 

I'm using tm4c129xncazd development kit. i would like to make this kit as run as TCP Client.But all the examples provided by TI configure it as server.

Any Help is appreciated. 

  • Hi Sanjay,
    I answered you in my post. You'll have to modify the code I gave you to get it to work with your board. Likely just the clock needs to be changed and library files. You'll also have to review socket programming to understand how to switch between something that is configured to be a client instead of a server.
    -andrew
  • Both client and server are on examples of TIVAWare. If not in the selected (unspecified) TCPIP suite you chosen can find examples of code or refer to a Network programming handbook or course.