Re: [lwip-users] Newbie advice request

2011-10-17 Thread mcondarelli
Hi, Thanks. I had a look to the code. I assume You refer to httpserver_raw (available in contrib-1.4.0), right? Generating dynamic pages shouldn't be a huge problem, but I am a bit baffled by the POST handling. I understand I have to implement "err_t httpd_post_receive_data(void *connection, s

Re: [lwip-users] Newbie advice request

2011-10-16 Thread goldsi...@gmx.de
mcondare...@soft-in.com wrote: I understand lwIP webserver is essentially static and thus useless to implement a configuration menu. By now, the lwIP server can handle SSI, CGI and POST, so it is perfectly fit for a web-based configuration menu (which is what I use it for, anyway). Unfortunate

[lwip-users] Newbie advice request

2011-10-15 Thread mcondarelli
Hi, I need to equip an embedded box (arm946/200MHz, 1MB RAM, 32MB Serial Flash, custom RTK) with a Point-to-Point network interface (SLIP/PPP) over a fast UART (3Mbps). I need to implement: 1) Several concurrent bidirectional socket connections 2) Bidirectional RCP. 3) Some kind of web-browser b