html POST data

11 Nov 2011

I have my mbeb working as a web server and a html page with a form.

How could I get POST data after the form is sent to mbed web server?

23 Nov 2011

Read the http request and parse it yourself.

Its a bit of a pain, but not overly complex.

25 Nov 2011

Being rather new this platform MBED has served us well. But I am starting to grow increasingly frustrated about the ethernet stability.

What other alternatives do I have, if I depend on stable ethernet?

Is there an opensource toolchain that I can use instead?

04 Dec 2011

Do you have any example?