Re: [lwip-users] Netconn API with SSI and CGI

2011-01-13 Thread Simon Goldschmidt
AMSN wrote: > I am using LwIP 1.4.0 with FreeRTOS. I have web server application based > on > netconn API, I would like to use SSI and CGI in this application. Just in case you don't know: tehre is a webserver including SSI- and CGI support in CVS contrib (also in the download section) that is

Re: [lwip-users] Netconn API with SSI and CGI

2011-01-12 Thread AMSN
Thanks Martin, I will try to do it. if I have an issue i will tell you. thanks. -- View this message in context: http://old.nabble.com/Netconn-API-with-SSI-and-CGI-tp30651217p30660003.html Sent from the lwip-users mailing list archive at Nabble.com. ___

Re: [lwip-users] Netconn API with SSI and CGI

2011-01-12 Thread Martin Velek
Hi, > Question: Is it possible to use SSI and CGI with netconn API? Reply: of course. Find an implementation (at 100% exists) of SSI and CGI for a raw mode and rewrite it. In general, SSI and CGI are out of scope the lwip because these are web technologies. http://en.wikipedia.org/wiki/Server_Sid

[lwip-users] Netconn API with SSI and CGI

2011-01-12 Thread AMSN
Hi I am using LwIP 1.4.0 with FreeRTOS. I have web server application based on netconn API, I would like to use SSI and CGI in this application. Question: Is it possible to use SSI and CGI with netconn API? Thanks. -- View this message in context: http://old.nabble.com/Netconn-API-with-SSI-a