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.

Serving dynamic webpages, starting from enet_lwip example

I'm trying to serve dynamic webpages off the F28M35x as a sort of Dashboard. I would like ultimately to be able to display data and control the board with buttons.

My starting point is the enet_lwip example, since it seems to be the most basic version of this. I've gotten it to work (after much difficulty), but now I don't know how to take that example and modify it.

For one, I can't find the source files for the webpage it serves. It seems this makes use of the same makefsfile.exe in other examples to convert the HTML document to a header file, but I can't find the source HTML.

Also, where in the code itself is the dynamic part of the webpage - i.e. the button that turns on a GPIO pin and the part that reads the status of a GPIO pin?


Thanks for any help.