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

操作系统开发

开发平台:

DOS

  1. SCOPE 1.0 - an example real-time web device
  2. Copyright (c) 1990, 1999 Erick Engelke
  3. Introduction
  4. ============
  5. SCOPE is a demo program for developers who wish to create web-controlled
  6. devices.  When you run this program on any DOS PC, and then point a Web
  7. browser at it, any browser becomes a console for the device.
  8. This program was written for the low priced, credit card sized,
  9. uFlash computers from JK Microsystems.  They also sell eRTOS, the
  10. TCP/RTOS/Webserver development system which does all the hard work.
  11. The source code to this sample is available in the eRTOS kit.
  12. See: http://www.jkmicro.com
  13. Installation
  14. ============
  15. 1. Unzip the various files.
  16. 2. All the .htm files should be in a subdirectory named web under this
  17.    directory.  Most unzip programs will put them there, but you must
  18.    fix that if yours does not.
  19. 3. Get and install a packet driver for your Ethernet card.  (ODI and
  20.    NDIS drivers do not work, you need a packet driver.)
  21. 4. Edit TCP.CFG and insert your network values.
  22. 5. Run the packet driver, then run scope.exe
  23. 6. On another machine, point your web browser at the scope machine
  24.    and be amazed.  Note that you can ftp to it with any userid
  25.    and the password specified in tcp.cfg file - great for field
  26.    updates.
  27. Description
  28. ===========
  29. In our example, the Title frame across the top of the screen contains
  30. several buttons which bring up various  +---------------------+
  31. displays in the text/input frame on     | Title               |
  32. the lower left.                         | BUTTON BUTTON BUTTON|
  33.                                         +--------+------------+
  34. In real time, a graph is created and    | text   | real time  |
  35. displayed on the lower right.  It gets  | and    | graphical  |
  36. updated every few seconds.              | input  | display    |
  37.                                         +--------+------------+
  38. Using web forms and CGI scripting, the one panel can supply new values
  39. to the graph creation function.