Hi,
I am trying to complete the existing demo http web servers with necessary features: HTTP basic authentication, POST method and DHCP client. I evaluated MQX demo project, Niche + CMX demo, digibutler projects, FreeRTOS demo, uC/OS-II demo. According to my test result, the MQX demo has the most stable performance. So I hope to use MQX demo as code base, although Digibutler has implemented the authentication part. And I saw the authentication code is implemented in RTCS/MQX. However, the RTCS pdf in MQX is very comprehensive, but not too much on http server.
Does anyone know how to use the RTCS HTTP?