-->
Page 1 of 1

Web server for host mcu

PostPosted: Wed Nov 05, 2014 3:27 am
by gazdaaa
Hi,
has anyone found some library or something that can be used for implementing a http server od an mcu that is connected to the esp over uart?

Features that would be helpful would be parsing of get parameters, static and dynamic web page handling, and it is not mandatory to handle multiple connections.

Re: Web server for host mcu

PostPosted: Fri Nov 07, 2014 7:54 am
by uriy
You can find it here http://www.mikrocontroller.net/topic/344962#new
I try to move this code to STM32F1 Discovery.
But it works very unstable.
I get response in browser, but at second time it freeze.
Din't find problem yet.

Re: Web server for host mcu

PostPosted: Sun Nov 16, 2014 6:46 am
by gazdaaa
Thanks for the reply,
I've decided to make my own because it's not that difficult, and I don't need too many features.

Re: Web server for host mcu

PostPosted: Mon Nov 17, 2014 9:47 pm
by uriy
Did you already test it? Does it work stable?