CGI + makefsdata + lwip

Hi all, I have a little question about webserver on lwIP stack . Is it have CGI script parsing function like on uIP ? I would like to add some veriables on my webpage . I find a webserver demo with cgi-like function , but it doesn’t have makefsdata ( just use perl script to transfer html to C array ) . Does anyone implement the cgi function and can use makefsdata on lwip ? Thanks for your help, Paul

CGI + makefsdata + lwip

I have not tried using CGI with lwIP, but converting the uIP implementation across should be fairly straight forward (?). The lwIP demo as is generated dynamic data, but from hard C code rather than a script. You might also try the lwIP mailing list which seems to provide very good support. Regards.