下载此文档

ARM平台嵌入式WEB服务器的设计与实现.doc


文档分类:IT计算机 | 页数:约43页 举报非法文档有奖
1/43
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/43 下载此文档
文档列表 文档介绍
本科毕业设计(论文)资料
题 目 名 称:
ARM平台嵌入式WEB服务器的设计与实现
学 院(部):
计算机与通信学院
摘 要
论文主要介绍了基于ARM9的嵌入式Web服务器Boa的软、硬件设计及其实现,其中硬件部分的核心是三星的S3C2440为处理器。最后成果形式为可以远程访问的WebServer嵌入式服务器。Boa是一款单任务的HTTP服务器。与其他传统的Web服务器不同的是当有连接请求到来时,它并不为每个连接单独创建进程, 也不通过复制自身进程来处理多链接。而是通过建立HTTP请求列表来处理多路HTTP连接请求。同时它只为CGI程序创建新的进程,这样就在最大程度上节省了系统资源,这对嵌入式系统来说至关重要。同时它还具有自动生成目录、自动解压文件等功能。因此, Boa在嵌入式系统中具有很高的应用价值。
关键词:ARM;Linux;嵌入式Web服务器;CGI
Abstract
This paper has mainly developed the software hardware design and realization of the embedded Web server Boa based on ARM. And the core of the hardware part is S3C2440 microprocessor produced by Samsung . The final achievement is the embedded webserver which can remote visit. Boa is a single-tasking HTTP server. That means that unlike traditional webservers, it does not fork for each incoming connection, nor does it fork many copies of itself to handle multiple connections. It internally multiplexes all of the ongoing HTTP connections. And forks only for CGI programs, this is very important to embedded system. At the same time, it also has the function of automatic directory generation、automatic file gunzipping and so on. So Boa is of highly value in the embedded system application.
Keywords: ARM;Linux;Embedded Web server;CGI
第一章 引言 6
第二章 课题背景 7
嵌入式系统简介 8
嵌入式系统和Linux 8
ARM9硬件平台 9
ARM简介 9
mini2440嵌入式开发板 9
第三章 建立嵌入式系统开发环境 10
11
虚拟机的配置 12
安装配置tftp服务器 12
配置NFS服务器 13
交叉编译器的配置 13
第四章 系统移植 14
Uboot移植 14
-boot烧写 14
u-boot的功能 14
使用DNW烧写u-boot 14
使用H-Jtag烧写u-boot 15
15
Linux kernel 的下载 16
Linux内核的配置和编译 16
文件系统的移植 17
加载Linux内核映像 17
Boa Web服务器的移植 18
Boa Web服务器的建立 18
Linux下动态Web页面的实现 19
CGI程序分析 19
Form输入的分析和解码 21
第五章 嵌入式Web服务器 22
概述 22
5

ARM平台嵌入式WEB服务器的设计与实现 来自淘豆网www.taodocs.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数43
  • 收藏数0 收藏
  • 顶次数0
  • 上传人rovend
  • 文件大小1.16 MB
  • 时间2021-04-17