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
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
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