abstract.txt

来自「此源代码」· 文本 代码 · 共 28 行

TXT
28
字号
This tiny web server was taken from the 'Design & Elektronik'
extra issue 'Embedded Internet'.  It can be downloaded from the 
following web site: www.elektroniknet.de/extraheft.  This software 
was adapted to work with a Keil MCB167NET board and the Keil 
C166 C-Compiler with as less modifications as possible.
All changes in the source code are maked with '// Keil: '.

The web page shows the values of two analog inputs (AN0 and AN1).
This tiny webserver needs very less resources and therefore has
some restrictions:
- only one active TCP session at the time
- no support for fragmented IP datagrams
- no buffer for TCP datagrams received in wrong order
- only one web page. No GIF/JPG graphics possible.

The IP address can be modified in the module tcpip.h to
fit into your existing LAN (see MYIP_x). 
Please order the extra issue 'Embedded Internet' of the 
'Design & Elektronik' magazine for a technical description.
It is only available in German language. 

The easyWEB project is set up for two different targets:
  MCB167 NET: Settings for Keil MCB167-NET Board
  Simulation: Settings for Simulation. Note:Ethernet controller
              cannot be simulated.


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?