INDEX.SHT
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:2k
源码类别:

操作系统开发

开发平台:

DOS

  1. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  2. <html>
  3. <head>
  4.    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  5.    <meta name="Author" content="Erick Engelke">
  6.    <meta name="GENERATOR" content="eRTOS">
  7.    <title>Temperature Probe</title>
  8. </head>
  9. <body background="paper3.gif">
  10. <h3>Temperature Probe</h3>
  11. <ul>
  12.   <p>This web server is running on
  13.   <a href="http://www.jkmicro.com">JK Microsystem</a>'s
  14.   tiny uFlash embedded computer.</p>
  15.   <p>The whole computer, including an Ethernet interface and
  16.   386EX (80386 compatible) processor, is about the
  17.   size of a credit card.  A daughter card is attached with multiple
  18.   A/D and D/A converters.  Presently, two temperature probes are connected to
  19.   the A/D's.</p>
  20.   <p>The system is running JK's DOS compatible operating system,
  21.   and
  22.   <a href="http://www.ertos.com">eRTOS</a>, an embedded system development
  23.   package which
  24.   includes TCP/IP, Web and FTP servers.  The entire software
  25.   fits in less than 512 kB of RAM, leaving the remaining 512 kB
  26.   to be used as a battery-backed persistent RAM disk.</p>
  27.  <p>This page is an example of server-side includes.  We can specify
  28.      routines to fill in content automatically at read time, this is
  29.      how the temperature values below are inserted.</p>
  30.   <h2>Current Probe Values</h2>
  31.   <table border=3>
  32.     <tr><td>probe #0</td><td>##probe0##</td><td><img src="graph0.gif"></td></tr>
  33.     <tr><td>probe #1</td><td>##probe1##</td><td><img src="graph1.gif"></td></tr>
  34.   </table>
  35.   </ul>
  36. </ul>
  37. </body>
  38. </html>