Hi,
I wanted to implement the TCP Client on the MSP432E Controller. The examples that are part of SDK implements TCP Server Echo.
I have tried to modify this example code to make it a TCP Client Echo Code but not able to do it.
The changes I made include removing the bind() and the listen() process and instead include the connect().
I am not able to implement it though. I searched through a couple of posts here in the forum but none of them specifically give a solution.
Let me know if there are some existing codes that act as TCP Clients or some reference material to do so. I am referring through the TI NDK API Manuals but still not able to get the code going after trying a couple of things.
Thanks & Regards,
Punith