Socket Communication between Tasks in FreeRTOS

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Socket Communication between Tasks in FreeRTOS

771 Views
ajmalali
Contributor III

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

0 Kudos
1 Reply

643 Views
danielchen
NXP TechSupport
NXP TechSupport

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.

Socket Example 

Regards

Daniel

0 Kudos