Socket Communication between Tasks in FreeRTOS

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Socket Communication between Tasks in FreeRTOS

1,378 次查看
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 项奖励
回复
1 回复

1,250 次查看
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 项奖励
回复