yashmodi
Newbie level 6
using uip
i have ported uip 0.6 on an ATmega16 interfaced to a module similar to EDTP's packet whacker, utilizing RTL8019AS. I can ping the unit and also send data using TELNET. I now want to implement a webserver, which returns an updated webpage with latest temperature reading using the same uip stack (simple application to begin with). Later, i would like to control the I/O ports, using CGI programming.
But there is not enough documentation on serving a webpage using UIP, and i am not understanding the implementation of the webserver, from the included files like httpd.c, cgi.c , fsdata.c,fs.c ....
could neone guide me how should one go about serving a webpage....and if someone has ported the uip on an AVR & implemented a webserver...then please post the code.....
thnx a lot...
yash
i have ported uip 0.6 on an ATmega16 interfaced to a module similar to EDTP's packet whacker, utilizing RTL8019AS. I can ping the unit and also send data using TELNET. I now want to implement a webserver, which returns an updated webpage with latest temperature reading using the same uip stack (simple application to begin with). Later, i would like to control the I/O ports, using CGI programming.
But there is not enough documentation on serving a webpage using UIP, and i am not understanding the implementation of the webserver, from the included files like httpd.c, cgi.c , fsdata.c,fs.c ....
could neone guide me how should one go about serving a webpage....and if someone has ported the uip on an AVR & implemented a webserver...then please post the code.....
thnx a lot...
yash