【正文】
MicroWeb、 AgranatSystems公司的 EmWeb、 EmWare 公司的 emMicro、 Allegro 公司的 RomPager、 WindRiver公司的 Wind,還有 Boa、 Enea、 PicoWeb、 ChipWeb、 Ipic、 NetAcquire、 Voyager、Quiotix 等。 隨著 Web 技術的發(fā)展,幾乎改變了現(xiàn)在的信息表達形式,很多應用都是基于 Web 技術的。 隨著計算機技術和網絡技術的快速發(fā)展,以嵌入式設備為主的監(jiān)控系統(tǒng)、信息 家電和通信設備被廣泛使用,嵌入式 Web 服務器則是其中關鍵的技術設備。加上 Web 技術的飛速發(fā)展,以太網技術也越來越成熟,特別是基于 TCP/ IP 通信協(xié)議的 Web 技術得到了廣泛應用。嵌入式系統(tǒng)工程專業(yè) 畢業(yè)設計(論文) 4 前言 Inter 與信息產品的結合是當今發(fā)展的一個趨勢,嵌入式 Inter 技術的產生正好迎合了這個趨勢。 the embedded Web server 無錫科技職業(yè)學院 Ether chip。 related personnel through a Web technology on the device for remote control, management and maintenance, from the browser on the direct monitoring of field devices running, greatly improved productivity and management level. This article mainly work: 1. to ATmega128 and LAN91C111 as the core of embedded system hardware infrastructure, explains each module specific design process. 2. to μ C/O SI I embedded operating system in the ATmega128 processor of the transplantation process. 3. implementation of the applied to the ATmega128 lw TCP/IP protocol stack. 4. on this basis enables simplified HTTP protocol, and created a based on the ATmega128 embedded Web server systems. Key words: work protocols。嵌入式 Web 服務器 無錫科技職業(yè)學院以太網 芯片 。 關鍵詞: 網絡協(xié)議 。 ATmega128上的 lw TCP/IP協(xié)議棧。 本文主要工作: ATmega128 和 LAN91C111 為核心 的 嵌入式系統(tǒng)硬件平臺的 架構 , 闡述了各個模塊具體的設計過程 。我們可以用微控制器加以太網接口芯片,取代 PC 機進行現(xiàn)場控制,組成嵌入式 Web Sever 系統(tǒng)。無錫科技職業(yè)學院嵌入式系統(tǒng)工程專業(yè) 畢業(yè)設計(論文) 1 嵌入式 web 服務器的設計與實現(xiàn) 摘要: 隨著現(xiàn)代通信技術和網絡技術的迅猛發(fā)展,以太網技術也越來越成熟,特別是基于 TCP/ IP 通信協(xié)議的 Web 技術得到了廣泛應用?,F(xiàn)場傳感器自動跟蹤各監(jiān)測點的信息,把檢測到的數(shù)據(jù)存儲在非易失性存儲器中,并及時發(fā)布到互聯(lián)網上;相關的工作人員就可以通過 Web 技術對設備進行遠程控制、管理和維護,從瀏覽器上直接監(jiān)控現(xiàn)場設備的運行,這樣就大大提高了生產效率和管理水平。 2. 以 μC/OSII嵌入式操作系統(tǒng)在 ATmega128處理器上的移植過程。 4. 在此基礎實現(xiàn)了簡化的 HTTP協(xié)議,并設計了一個基于 ATmega128的嵌入式Web服務器系統(tǒng) 。單片機 。嵌入式操作系統(tǒng) 。嵌入式系統(tǒng)工程專業(yè) 畢業(yè)設計(論文) 2 Embedded web server Design Abstract Along with the modern munication technology and the rapid development of work technology, Ether technology and more mature, particularly based on TCP/IP munication protocol Web technology has been widely applied. We can use microcontroller be too work interface chip, replacing the PC site control, the embedded Web Sever system. Field sensor automatically keep track of different monitoring point of information, the detected data stored in nonvolatile memory, and promptly released onto the Inter。 singlechip。 embedded operating system。嵌入式系統(tǒng)工程專業(yè) 畢業(yè)設計(論文) 3 目錄 摘要: ............................................................................................................................. 1 Abstract ............................................................................................................................ 2 硬件選擇 ............................................................................................................ 5 ATmega128的特點 ............................................................................. 5 LAN91C111 ................................................................... 5 NEC公司的 62256 .............................................................................. 6 ..................................................................................................... 6 ........................................................................................... 7 ........................................................................................... 7 ....................................................................................... 8 LAN91C111寄存器地址映射 ............................................................... 8 LAN91C111工作原理 ......................................................................... 8 ......................................................................... 8 LAN91C111驅動程序設計 .................................................................. 9 第二章 μC/OS II嵌入式操作系統(tǒng)的移植 ....................................................................... 10 μC/OS II的概述 ............................................................................................ 10 /OS II簡介 .............................................................................. 10 μC/OS II的移植 ............................................................................................ 10 uC/OS II移植的相關工作 ..............................................................11 ........................................................................... 12 第三章 LwIP在 uCOS II上的實現(xiàn)原理及過程 ................................................................. 14 ................................................................................................................. 14 與 CPU或編譯器相關的 include文件 ................................................................ 14 sys_arch操作系統(tǒng)相關部份 ............................................................................. 14 lib_arch中庫函數(shù)的實現(xiàn) ................................................................................ 16 ............................................................................................ 17 第四章 嵌入式 Web服務器的實現(xiàn) ................................................................................... 18 Web服務器技術 ..................................................................................... 18 HTTP協(xié)議實現(xiàn) .................................................................................................. 19 ......................................................................................................