Part Number: TMS320C6748
Other Parts Discussed in Thread: OMAPL138
Tool/software: Code Composer Studio
Hello
I need an example code for TCP/IP SERVER.
Do you Provide an example code?
Thanks.
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.
Part Number: TMS320C6748
Other Parts Discussed in Thread: OMAPL138
Tool/software: Code Composer Studio
Hello
I need an example code for TCP/IP SERVER.
Do you Provide an example code?
Thanks.
Hello,
There is a NIMU example called "NIMU_emacExampleclient_lcdkOMAPL138C674xBiosExampleProject" containing client code "client_omapl13x.c" that creates a local tcp server:
This example can be built using the pdkProjectCreate script located inside the PDK folder:
cd "PDK_INSTALL_PATH"\packages pdksetupenv.bat pdkProjectCreate.bat C6748 lcdkC6748 little nimu all dsp
For more details on building the example you can refer to http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_Foundational_Components.html#building-the-ndk-examples
Additionally, there is a TCP echo server example in C:\ti\omapl138\ndk_3_60_00_13\packages\ti\ndk\tools\servers\echosrv.c.
I hope this helps.
Regards,
Sahin