Hi everyone,
I am a beginner in DSP programming. Currently, I am implementing an image transfer from a PC to a C6678 DSP evaluation module. I am doing this using TCP sockets with NDK 2.22.3.20. I've done this my modifying the TI example code helloWorld. I have written a client in Qt to do the transfer. It works fast on Linux at 40 fps, but very slow on Windows. I've written a client with C#. it gives similar performance for Linux, but very slow on Windows.
Does anyone have an idea or guidance on how to transfer large data fast from a Windows PC to the DSP? Your help is much appreciated.
Regards,
Chan