- 1、本文档共24页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于UDP聊天工具
摘 要
随着网络技术的发展及人们生活的需求,网络聊天已越来越受到人们的青
睐 。网络聊天已经成为人们工作生活中传递信息、交流感情的重要工具,给人们
带来了很大的方便。
本课题是开发一个基于UDP的局域网聊天系统,运用软件工程的设计流程,综
合运用数据库编程技术、Windows程序设计技术、网络通讯技术,以Visual C++ 6.0
作为系统前台应用程序开发工具,MySQL和Berkeley DB作为后台数据库管理系统,
通过MySQL自带的API使两者进行连接从而进行软件开发。此网络聊天工具采用
客户端/服务器(C/S)模式,客户端采用UDP与服务器连接,客户端与客户端之间
通过UDP互相通讯。服务器端具有服务器端口设置,维护客户端个人信息,记录
客户端状态,分配账号等功能;客户端具有服务器地址及端口设置,用户注册,
用户登陆,添加好友和删除好友,查看好友信息,给好友发送消息,简单文件传
输等功能。适用于局???网使用的网络聊天工具,其操作简单,灵活性好,运行也
比较稳定。
关键词:网络通讯;客户端/服务器模型;用户数据报协议;套接字
ABSTRACT
With the development of networking technology and the living demand of people.
chatting on network is more and more acceptable by people. Internet chat has become an important tool to transmission of information and exchange of feelings in our life, it brings a great convenience. This topic is going to talk about that to develop the local area network chat system which based on UDP. This local area network chat system using the design stream of the software project, the technology of the database programming, Windows program designing technique and the network communication technology, makes Visual C++6.0 as the front application design tool, MySQL and Berkeley DB are used as the background DBMS( the database management system ), The two of them being connected by API which is embedded in MySQ L to develop the software. This network chat tool adopts client/server mechanism(C/S) and the client connect the server using UDP, and they communicate each other by UDP. The server has the ability setting the port of the server, maintenance the clients’ personal information, recording the clients’ status, distributing account numbers and so on; The client have the ability setting the IP address and port of the server, user register, user login, adding friends and deleting friends, finding and looking the user’s information, sending message to friends, simple file translation, timing noting ,timing shutting
文档评论(0)