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/TM4C1294NCPDT: http server how to generate response

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Hi

I had own parser of http server, but was matched lwip.

I need to porting to ndk's http server, but I find ndk's http server is processed in httpClientProcess function.

This function can parse command and generate response, but only get file or cgi function.

But m web page will get some information about device.

How to generate response without CGI function, or make own http server.