胥鹏论文-基于ARM嵌入式系统的Socket通信设计

上传人:jiups****uk12 文档编号:39399546 上传时间:2018-05-15 格式:DOC 页数:53 大小:1.16MB
返回 下载 相关 举报
胥鹏论文-基于ARM嵌入式系统的Socket通信设计_第1页
第1页 / 共53页
胥鹏论文-基于ARM嵌入式系统的Socket通信设计_第2页
第2页 / 共53页
胥鹏论文-基于ARM嵌入式系统的Socket通信设计_第3页
第3页 / 共53页
胥鹏论文-基于ARM嵌入式系统的Socket通信设计_第4页
第4页 / 共53页
胥鹏论文-基于ARM嵌入式系统的Socket通信设计_第5页
第5页 / 共53页
点击查看更多>>
资源描述

《胥鹏论文-基于ARM嵌入式系统的Socket通信设计》由会员分享,可在线阅读,更多相关《胥鹏论文-基于ARM嵌入式系统的Socket通信设计(53页珍藏版)》请在金锄头文库上搜索。

1、西 南 科 技 大 学工程硕士专业学位论文题 目 基于 ARM 嵌入式系统的 Socket 通信设计 作者姓名 胥 鹏 所在学院 计算机科学与技术学院 专业/领域 计算机技术 研究方向 嵌入式技术 学校导师 宋 晖 校外导师 张葛祥 论文完成日期 2011 年 11 月 4 日Classified index: TP391.41U.D.C: Southwest university of the master degree of engineering thesisThe Design of Socket Communicationbased on ARM embedded systemCan

2、didate: Xu PengDepartment:School of Computer Science and TechnologySpeciality:Computer Application TechnologySupervisor 1: Song HuiSupervisor 2: Zhang Ge XiangDate: Nov. 4, 2011声 明本人郑重声明:此处所提交的硕士学位论文基于 ARM 嵌入式系统的 Socket 通信设计 ,是本人在西南科技大学攻读硕士学位期间,在导师指导下进行的研究工作和取得的研究成果。据本人所知,除了文中特别加以标注和致谢之处外,论文中不包含其他人已

3、经发表或撰写过的研究成果,也不包含为获得西南科技大学或其他教育机构的学位或证书而使用过的材料。与我一同工作的同志对本研究所做的任何贡献均已在论文中作了明确的说明并表示了谢意。本学位论文成果是本人在西南科技大学读书期间在导师指导下取得的,论文成果归西南科技大学所有,特此声明。学位论文作者签名: 日 期: 关于学位论文使用授权的说明本人完全了解西南科技大学有关保留、使用学位论文的规定,即:学校有权保管、并向有关部门送交学位论文的原件与复印件;学校可以采用影印、缩印或其它复制手段复制并保存学位论文;学校可允许学位论文被查阅或借阅;学校可以学术交流为目的,复制赠送和交换学位论文;同意学校可以用不同方式

4、在不同媒体上发表、传播学位论文的全部或部分内容。(涉密的学位论文在解密后遵守此规定涉密的学位论文在解密后遵守此规定)作者签名: 导师签名: ; 日 期: 日 期: ; 西南科技大学工程硕士学位论文 第 I 页摘 要嵌入式系统是计算机技术、半导体技术和电子技术的综合体,已 经广泛应用于科学研究、工程设计、国防军事、自动化控制等各个领 域。随着网络通讯技术的迅猛发展,生产和生活中广泛要求嵌入式系 统终端能够完成网络通讯功能。论文就是以 ARM7 TDMI 为嵌入式开发 平台,开发具有网络通信功能的嵌入式终端。 SOCKET 是一个通信链的句柄,通过套接字向网络发出请求或者应 答网络请求,用于 TC

5、P/IP 协议的应用程序之间的相互通信。论文选 择了 ARM 体系结构的嵌入式 LPC2200 处理器,根据系统的需求,在综 合各种设计方案的基础上,选择移植带有 TCP/IP 协议的 ucLinux 嵌 入式操作系统。裁剪和定制系统后,构建相关的文件系统。在此基础 上,编写应用程序,调用系统的 Socket 通信函数,实现服务器端和 客户端的通信。描述 IP 地址和端口,用于在两个 论文成功的实现了嵌入式设备的网络接入功能,各个带有网络通 讯功能的嵌入式终端可以相互通讯,扩大了和提高了嵌入式设备的应 用范围,对嵌入式系统的发展有较大的意义。关键词:嵌入式系统;ARM7TDMI;socket;

6、TCP/IP 西南科技大学工程硕士学位论文 第 II 页AbstractThe embedded system is a complex system with the computer technology, semiconductor technology and electronic technology .It has been widely used in scientific research, engineering, national defense, automation and other fields. With the rapid development of netw

7、ork communication technology,our production and life requires the terminal to complete the network communication function in a wide range of embedded systems. The Paper select the ARM7 TDMI for embedded development platform, develop the embedded network communication terminal.Socket is a communicati

8、on chain handle, and sends network request or response to network requests. It is used to describe the IP address and port for both TCP / IP based protocol to communicate between applications,. The paper select LPC2200 embedded ARM as processor architecture, with the system need, design the integrat

9、ion based on transplantation with TCP / IP protocol ucLinux embedded operating system. The paper build related file system.after cutting and custom systems. On this basis, finished an application, and call the system function of Socket Communications, achieve server and client communication.The pape

10、r achieved the network access functions of the embedded device, the embedded with a network communication terminal can communicate with each other, and expand and improve the application range of embedded devices, and has a greater significance for embedded systems.Key words: Embedded Systems;ARM7TDMI;socket;TCP/IP西南科技大学工程硕士学位论文 第 III 页目 录1绪论绪论.11.1嵌入式系统.11.2国内外现状和趋势 .21.3选题必要性.31.4选题的目的和意义 .41.5课题研究范围及要达到的技术要求.52需求分析需求分析.62.1任务概述.62.2系统的需求分析 .62.2.1系统的功能需求.62.2.2系统的性能需求.62.3系统设计思路 .63系统概要设计系统概要设计 .93.1系统设计的基本原则 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号