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.

Library for DSP <-> PC messaging?

Hi

We are using the MCSDK on C66x DSP.  We need to communicate between the DSP and a remote PC using TCP/IP over Ethernet.  This can be achieved using TI's NDK to implement the TCP/IP protocol layer.

However, because TCP/IP is a streaming protocol, it is then necessary to implement message framing at the application layer in order to find the start and end of individual messages. Again, this is readily achievable, but I am wondering whether there are any libraries available that provide a more elegant solution.

I am thinking that messaging between processors, across a network, can be implemented using technologies such as CORBA or DCOM.  These hide framing, endianness issues etc.

Does TI provide any libraries for this kind of purpose?

Am I missing an alternative solution?

Any suggestions would be appreciated.

Best regards

David