Socket Communication between Tasks in FreeRTOS

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Socket Communication between Tasks in FreeRTOS

785件の閲覧回数
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 返信

657件の閲覧回数
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 件の賞賛