Other Parts Discussed in Thread: CC3235SF
Tool/software:
Hi, I'm recently doing a project with this CC3235SF board, and I need to get it to communicate wirelessly with other devices.
In the past I made an HTTP server where the Launchpad was the host and it worked quite well, but now I have to communicate it with other devices using the router of the same WLAN network as a manager.
I wanted to ask if using TCP Sockets is a viable option on this Launchpad, as the TCP protocol fits my needs, but I want to make sure that it will work on this chip before proceeding to do anything (I know TCP goes before HTTP. Following that logic, TCP should work, right? But I see no examples of it on internet, so I doubt about implementing it).
Finally, I would like to know if anyone has replicated this work and if you have a couple of tips to give me about it. What files should I import and what is the structure of a project like in Code Composer. Thank you very much in advance.