Hi, I am working on a program that connect the DSP to host PC through socket. I need to set the listening on PC side and let DSP call connect function to establish TCP connection. However the only existing example I find out in MCSDK package uses Daemon. Is there any NDK example available that uses socket not daemon from which I can start with ?
Thanks