I am new to Azure RTOS, it seems like a very nice package with a lot of built-in features.
I am especially looking into the webserver part of Netx duo.
From the examples I have been able to find, it seems that the implementation of the webserver is very low level.
No API support for separating html files and dynamic data being inserted into them while they are being populated and sent back to the client browser.
I have seen the use of registering callback functions for special tags in the html code, to solve this.
Azure RTOS is a mature product, maybe I am looking in the wrong places ?
Best regards Brian