Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

webserver, display data on html

Hallo users,

I'm new here and have just a little question.

Just a little question:

I'm using the Nichestack alsong with MicroC/OS II.

My webserver works fine i can display a html-page and control the board though this.

Now:

As I am receiving data i want to post/display them _on_ my webpage!

I know it's not possible though a static website. I will nee some kind of scripting ..mapping, whatever.

Can anyone give me some hint how to do this?

I want to read to store data in a C-Array, read out that array and display that data on a html-textarea on the page.

I can't even figure what is supported ..cig? php? javascript? c# other stuff?

please, if somebody has an idea...

thanks

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Hi Chris90,

    did you made any progress on that topic?

    I am working on the same thing. Actually i am able to control my LEDs through the webinterface.

    But the other way around i.e. write data from the board to the webpage still make problems.