Question concerning uIP demo for AT91SAM7X

dercmdr wrote on Tuesday, April 24, 2007:

Hi!

I am trying to use the demo as a base for an application. My problem is that I need to exec a scipt automatically, as soon as the web page from the uIP server is being requestet and thereafter every 5 seconds. As I am new to html I read a lot and tried to use a SSI, but the web server doesn’t seem to support SSI. Can anyone tell me how I can get this done? I can already use a scirpt by clicking alink on the web page. As far as I figured out I need the web bowser to send a GET /cgi/script to the web server, but how can it be done without the need of clicking a link?

Thx

rtel wrote on Wednesday, April 25, 2007:

You could create a task that runns every 5 seconds from the original CGI script?

Regards.

dercmdr wrote on Wednesday, April 25, 2007:

I found a slightly different solution:

My website uses a refresh meta instruction und refreshes a cgi script, which returns a web site with the embedded data and another refresh meta instruction. This way goes on.