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 transfers from mulitple cores in parallel:tms320c6678 processor

Other Parts Discussed in Thread: TMS320C6678

I have an application running on a custom board with tms320c6678 processor in it. The app is distributed across multiple cores and they have to transfer their respective data using udp/tcp to various other boards sitting on an ethernet switch. since NDK does not support ethernet data transfers from multiple cores in parallel, how do i go about realizing it. has anyone tried this before, if so can you share your experience?