summaryrefslogtreecommitdiff
path: root/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs')
-rw-r--r--Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/image.jpgbin0 -> 66468 bytes
-rw-r--r--Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/index.shtml6
-rw-r--r--Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/io.shtml6
-rw-r--r--Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/tcp.shtml5
4 files changed, 9 insertions, 8 deletions
diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/image.jpg b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/image.jpg
new file mode 100644
index 00000000..29f76ae8
--- /dev/null
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/image.jpg
Binary files differ
diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/index.shtml b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/index.shtml
index 0ce405ba..4e7ffef6 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/index.shtml
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/index.shtml
@@ -3,14 +3,14 @@
<head>
<title>FreeRTOS.org uIP WEB server demo</title>
</head>
- <BODY onLoad="window.setTimeout(&quot;location.href='index.shtml'&quot;,2000)"bgcolor="#CCCCff">
+ <BODY onLoad="window.setTimeout(&quot;location.href='index.shtml'&quot;,2000)">
<font face="arial">
-<a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="stats.shtml">TCP Stats</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="http://www.freertos.org/">FreeRTOS.org Homepage</a> <b>|</b> <a href="io.shtml">IO</a>
+<a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="image.jpg">65K JPG</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="io.shtml">IO</a>
<br><p>
<hr>
<br><p>
<h2>Task statistics</h2>
-Page will refresh evey 2 seconds.<p>
+This page shows dynamically generated task state information. The page will refresh evey 2 seconds.<p>
<font face="courier"><pre>Task State Priority Stack #<br>************************************************<br>
%! rtos-stats
</pre></font>
diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/io.shtml b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/io.shtml
index 0ffdbff7..d87ec25f 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/io.shtml
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/io.shtml
@@ -3,15 +3,15 @@
<head>
<title>FreeRTOS.org uIP WEB server demo</title>
</head>
- <BODY bgcolor="#CCCCff">
+ <BODY>
<font face="arial">
-<a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="stats.shtml">TCP Stats</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="http://www.freertos.org/">FreeRTOS.org Homepage</a> <b>|</b> <a href="io.shtml">IO</a>
+<a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="image.jpg">65K JPG</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="io.shtml">IO</a>
<br><p>
<hr>
<b>LED and LCD IO</b><br>
<p>
-
+This page demonstrates two way communication. By using the check boxes and text boxes this WEB interface can influence the program execution.<p>
Use the check boxes to select the LED's to turn on or off, enter text to display on the LCD, then click "Update IO".
diff --git a/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/tcp.shtml b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/tcp.shtml
index 654d61f2..5d24c32c 100644
--- a/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/tcp.shtml
+++ b/Demo/ARM7_LPC2368_Rowley/webserver/httpd-fs/tcp.shtml
@@ -3,13 +3,14 @@
<head>
<title>FreeRTOS.org uIP WEB server demo</title>
</head>
- <BODY bgcolor="#CCCCff">
+ <BODY>
<font face="arial">
-<a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="stats.shtml">TCP Stats</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="http://www.freertos.org/">FreeRTOS.org Homepage</a> <b>|</b> <a href="io.shtml">IO</a>
+<a href="index.shtml">RTOS Stats</a> <b>|</b> <a href="image.jpg">65K JPG</a> <b>|</b> <a href="tcp.shtml">Connections</a> <b>|</b> <a href="io.shtml">IO</a>
<br><p>
<hr>
<br>
<h2>Network connections</h2>
+This page displays dynamically generated status information on the TCP/IP connections.
<p>
<table>
<tr><th>Local</th><th>Remote</th><th>State</th><th>Retransmissions</th><th>Timer</th><th>Flags</th></tr>