- 1、本文档共33页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[计算机软件及应用]基于socket的聊天程序毕业论文529
本 科 毕 业 论 文
题 目Socket的聊天工具设计与实现
学 院 信息科学与技术学院
专 业 网络工程
学生姓名
学 号 200810420129 班级 2008 -1
指导教师 易 勇 职称 教 授
2012 年 5 月 30 日
基于Socket的聊天工具的设计与实现
专 业:网络工程 学 号:200810420129
学 生: 指导教师:易 勇
摘要:随着信息安全越来越受到人们的重视,许多企业或部门在进行信息交流的时候为了保证其信息的安全,对使用的沟通软件有比较严格的要求。而传统的QQ、MSN等聊天软件在这方面却不尽人意。为此,越来越多的企业希望能够拥有属于自己内部的交流工具。
本论文就怎样利用Socket通信原理,在.NET平台上使用VS2010开发一款聊天软件做出了回答。论文阐述了软件的开发过程,以Windows操作系统和VS2010作为开发环境,并使用VS自带的SQL Server 2008作为服务器端的数据库。系统采用服务器端/客户端模式结构,服务器与客户端通过IP地址和端口号建立Socket套接字,信息以二进制流的形式进行传送。开发结果实现了基本的通信功能,能够满足一般中小型企业的内部交流。证明了本次研究方向具有一定的商业价值,值得推广。
关键字:Socket套接字;通信;服务器;客户端;聊天工具
The Design and Implementation of the Socket-based
Agile Messenger
Specialty: Network Engineering Student Number: 200810420129
Student: ************** Supervisor: Yi Yong
Abstract: As more and more attention has been paid for the security of information, in order to ensure the security of its information, many businesses or departments has more stringent requirements for the communication software. Such as QQ, MSN messengers are not perfect in this regard. For this reason, more and more companies want to have their own internal communication tool.
This thesis answered how to use the Socket Communication Theory, and use VS2010 on the .NET platform to develop a messenger. This thesis described that the process of development of the software is to use the Visual Studio 2010 as the development environment on the Windows operating system, and use the VS comes with SQL Server 2008 database as the server-side. The structure of the system uses the server / client mode. Server and client to establish Socket by IP address
文档评论(0)