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.

RTOS/EK-TM4C129EXL: Combine a Http Server and Http Client

Part Number: EK-TM4C129EXL

Tool/software: TI-RTOS

Hello,

I imported and compiled the TI sample project httpGet in Code Composer 6.
That's how I imported and compiled the HTTP Server project. Both projects work.
Since my httpCLient accesses websites I want to pass parameters to it. For this I would like to implement the httpServer function in the httpGet project.

For this i have to change the header file
Include #include <ti / ndk / inc / netmain.h>. However, this leads to an error: see picture

Apparently the file socket.h causes problems, since this file exists 2 times. I ask for advice.