Hi,
Does anyone have a sample code for two tasks communicating with each other using sockets in FreeRTOS. I am using 2.3 SDK? Any pointers is appreciated.
Regards,
Ajmal
Hi ajmalali:
Please refer to below UDP Client example , it is based on LWIP stack, can be as a starting point.
Multiple clients can send messages to the server, and you can parse your messages on server side.
Regards
Daniel