> 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
Message
Re: [lpc2000] FreeRTOS Webserver
2005-12-13 by FreeRTOS Info