blob: 7caf14f1e637f0781b346453b5f3c1c7b2a4779d [file] [log] [blame]
adamdunkels3023dee2003-07-04 10:54:51 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3 <head>
4 <title>Welcome to the Contiki-demo server!</title>
5 <link rel="stylesheet" type="text/css" href="/contiki.css">
6 </head>
7 <body bgcolor="#e0e0e0" text="black">
8 <table width="100%" cellspacing=0 cellpadding=0 border=0>
9 <tr valign="top">
10 <td width="25%" valign="top">
11 <br>
12 <table width="100%" cellspacing=0 cellpadding=0 border=0>
13 <tr>
14 <td class="btl" width=16 height=16>&nbsp;</td>
15 <td class="bt" height=16>&nbsp;</td>
16 <td class="btr" width=16 height=16>&nbsp;</td>
17 </tr>
18 <tr>
19 <td class="bl" width=16>&nbsp;</td>
20 <td class="menu">
21 <br>
22 <a href="/">Front page</a><br>
23 <br>
24 <a href="/vnc.html">Remote display</a><br>
25 <br>
26 <a href="/cgi/files">File statistics</a><br>
27 <br>
28 <a href="/cgi/tcp">Network connections</a><br>
29 <br>
30 <a href="/cgi/processes">System processes</a><br>
31 <br>
32 </td>
33 <td class="br" width=16>&nbsp;</td>
34 </tr>
35 <tr>
36 <td class="bbl" width=16 height=16>&nbsp;</td>
37 <td class="bb" height=16>&nbsp;</td>
38 <td class="bbr" width=16 height=16>&nbsp;</td>
39 </tr>
40 </table>
41 </td>
42 <td class="content">
43 <h1>Welcome to the <a
44 href="http://dunkels.com/adam/contiki/">Contiki</a>
45 demo server!</h1>
46 <p>
47 <center><a href="http://contiki-demo.sics.se"><b><tt>http://contiki-demo.sics.se/</tt></b></a></center>
48 </p>
49 <p class="intro">
50 The web pages you are watching are served by a <a
51 href="http://dunkels.com/adam/contiki/apps/webserver.html">web
52 server</a> running under the <a
53 href="http://dunkels.com/adam/contiki/">Contiki operating
54 system</a> on an an <a
55 href="http://www.ethernut.de/en/">Ethernut</a> embedded
56 Ethernet board, which consists of a 14 MHz AVR Atmega128
57 microcontroller with 32 kilobytes of RAM and 128 kilobytes
58 of flash ROM, and a RealTek RTL8019AS Ethernet chip.
59 </p>
60
61 <h2>Remote display!</h2>
62 <p>
63 It it possible to remotely access the Contiki desktop of
64 this server directly from your web browser! See the <a
65 href="vnc.html">remote display</a> page.
66 </p>
67 <h2>Screenshot</h2>
68 <p>
69 This is what the virtual desktop of this server looks
70 like:
71 </p>
72 <center>
73 <img src="/img/screenshot.png" alt="Screenshot">
74 </center>
75 <h2>Memory usage</h2>
76 <p>
77 The entire Contiki AVR system uses slightly more than 20 k
78 RAM, of which 6 k is used for the virtual display 8 k for
79 the web browser. All code and these web pages are stored
80 in the microcontroller's on-chip flash ROM.
81 </p>
82 <p align="right">
83 /<a href="http://www.sics.se/%7eadam/">Adam Dunkels</a>
84 </p>
85 </td>
86 </tr>
87 </table>
88
89 </body>
90</html>