I asked because I use lwIP and the httpd-server raw to implement my web server. I thought that maybe someone else has already done what I'm trying to do, that is send, through lwIP, a web page to a browser without an explicit "get" command from the browser itself. the more straight solution would be that the web page asks a refresh every N seconds, like the example in freeRTOS, but I'd like to avoid it and let the web server hanlde it
On Mon, Oct 3, 2011 at 6:49 PM, [email protected] <[email protected]> wrote: > In which respect is this question lwIP-related? There's nothing lwIP can > do for you here, you'll want to find out more about web programming, I > guess... > > Simon > > > Rocco Brandi wrote: > > Hi everyone! > > I have a web page that shows the content of some memory locations that I > use as registers. I'd like that when the value of some of these registers > changes, the web server will send the updated page and refresh the browser. > > how can I do it? > > up to now, my web server only responde to "GET" command from the browser > > Thanks, Rocco ^_^ > > > _______________________________________________ > lwip-users mailing > [email protected]https://lists.nongnu.org/mailman/listinfo/lwip-users > > > > _______________________________________________ > lwip-users mailing list > [email protected] > https://lists.nongnu.org/mailman/listinfo/lwip-users >
_______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
