Hello,
I am working with the F28M35x. I'm working through examples such as enet_lwip, which configure the board to serve web pages. However, these webpages are creating at compile-time with the makefile executable. I believe this implies that the webpages served in this way would be entirely static - everything in them would have to be known at compile time.
How would one serve active web pages? For example, how can I serve a webpage which displays the current value of a variable? How does one insert information at run-time into a webpage?
Thanks.