Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] FreeRTOS Webserver

2005-12-13 by FreeRTOS Info

> there is uip_send to send create dynamic data for a webpage.
> is there something like uip_get  to read input from a webpage?

Are you wanting to accept input from a form?  The simple demo (written by
Adam Dunkels) processes GET requests to return data to the browser.  You can
see this in the file httpd.c if you look for the comment "Check for GET".
To receive data from a form you also need to process POST requests.  Take a
look at http://en.wikipedia.org/wiki/HTTP for more info.

Regards,
Richard.


http://www.FreeRTOS.org

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.