This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

UDP Client application for OMAPL138 with NDK & SYSBIOS

Other Parts Discussed in Thread: OMAPL138, SYSBIOS

Hi there, 

I am new to the NDK and trying to understand how to use the NDK for  creating UDP client based application for OMAPL138.

I have read the User and Reference Guide about the NDK but most of it was for server related application but I followed the example for TCP client and changed it to work as UDP client application. 

1) I have created a task EchoUdp using SYSBIOS configuration method and have set the priority to 5 and stack to 4096 as per the user guide.

2) I am not sure how does the SYSBIOS understand the EchoUdp task is to be called only after the IP address is assigned to the board? I was thinking of calling the create task api in one of the hook function Network Open or Network IP address. 

Could someone example me how does the client application (UDP clinet) get triggered in SYSBIOS and NDK env. Ta.

Regards,

Mitesh