Forum Discussion
Altera_Forum
Honored Contributor
15 years agoHi w.szyja, (http://www.alteraforum.com/forum/member.php?u=34801)
that's the problem with the webserver example from interniche. It is not a full implementation so things for dynamic html like cgi-scripts don't work. It is easy to change settings of the board through the website. I already did this. But I couldn't find a way to send information from board to the website. Perhaps it is just a problem that I have to make the "send-function" which is used in http.c accessible from the webserver.c which contains my application code. You should search forsend(conn->fd,(void*)canned_http_response,strlen(canned_http_response),0); which shows the html content written in the http.c source code as a website. Urmel