Altera_Forum
Honored Contributor
15 years agoWebser, dynamic output on HTML-Page
Dear Users and Developers,
i am new to the forum and it really took me a long to get here, since i wanted to solve my problem on my own. But i need some help with the Webserver example. Well, right now I'm using the DSP Development Kit Stratix II / Nios II Edition with the uClinux and the Niche TCP/IP-Stack. Quartus II 8.1. So far i managed to build a basic hardware-design and i wrote some lines of code to control my peripherals and make calculations. It all works fine. I started the TCP/IP-Stack and the Webserver Example. Now .. how do i get my data displayed on a HTML-Page? I can use a webinterface to control my board but how can i shoot up my calculated values in ..maybe a text-area or some sort of form. How? My first idea was to write some script, like writing a cgi-application..but is this even supported? I really could not figure out the problem how i pass on my values, stored in a c-Variable, to somewhere else which is not "c". I would really appreciate your help and ideas. :eek: Regards, chris