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.