HTTP server - convert html file to C data array for in memory storage ? Does anybody have a good example.
Been looking into the Azure RTOS offering for the STM32 series, which seems very nice and interesting :smiling_face_with_smiling_eyes:
I have been using another vendor TCP/IP stack for many years, implementing web servers for our products. Looking at the http server examples, I am missing a way to convert html files into c data arrays that can be stored in flash memory and having special tags in the html code that will trigger a web server function for filling in dynamic data as the page output is build.
From looking at the Azure RTOS Iperf example, the html output is created very much manually from small fragments of html code, mixed with dynamic data.
As NetX is a mature product, I would expect it to have this kind of functionality built-in ?
Has anybody here seen a better example ?
Best regards
Brian
