Hi, I have a remote controlled machine which I manage by ssh and yet I'm in the process of making up a small web page through which basic commands can be passed.
I have no clear idea regarding how to design this, in the first place I thought about a cgi script written in C which I did manage to have it say "hello world" at the present time, but not yet much more. There's not yet clear clues regarding how to make this peace of web interface talk to the system and I would like to make it clean by means of elegant way to deal with web page <-> system communication. Any clue regarding the way it could be ? Thanks, Jean-Frangois