多功能聊天软件的设计与开发
——音频/视频聊天模块
摘 要
随着互联网技术的飞速发展,基于网络的即时通信给人们带来诸多便利,也成为当今网络应用的主流。聊天工具作为当今使用最为广泛的即时通信工具之一,可以方便人们随时随地进行在线交流,比如腾讯公司的QQ聊天软件。本毕业设计就是模拟QQ聊天软件,开发一个包括文字聊天、文件传输、语音及视频交流等功能的聊天软件。
本设计的开发采用C/S结构,在基于.NET开发环境下,使用C#编程语言进行本软件的开发。本文首先论述国内外聊天工具的发展情况和现今的发展方向,并对开发环境和开发语言进行了简单介绍;对本设计所要开发的多功能聊天软件作了较为详细的需求分析,并给出了多功能聊天软件的设计方案,主要功能包括文字聊天、文件传输、语音聊天及视频聊天等;本毕业设计主要实现的是多功能聊天软件的部分功能,即语音聊天、视频聊天等功能,主要实现用户注册、用户登录、用户之间语音、视频聊天功能;与另一位同学开发实现的文字聊天与文件传输模块集成在一起,构成一个实用的、功能完善的聊天软件,达到预期目标;通过运行、测试与分析说明,该多功能聊天软件运行稳定、可靠,具有一定的实用价值。
关键词:聊天软件;视频聊天;语音聊天;C/S结构;QQ聊天软件
Design and Development of the Multi-function Chat Software——Audio/Video Chat Module
Abstract
With the rapid development of Internet technology, the instant messenger based on network brings many conveniences to the people, also becomes the focus of network application in present. Chat is one of the most widespread instant messengers, may facilitate the people to carry on the online information exchange at anytime and anywhere, such as the QQ chat software of Tencent Company. This graduation project simulates QQ chat software, develops chat software, which includes the writing, file transfer, audio and video chat and so on.
This design development uses the C/S structure, uses the C# programming language to carry on developing this software based on .NET environment. This paper first elaborates the development situation of domestic and foreign chats tool and the development direction nowadays, and has carried on the simple introduction to the development environment and the development language. The demand of multi-function chat software is analyzed in detail, and its plan is provided. It’s main functions include the writing, file transfer, audio and video chat and etc. This graduation project mainly realizes the partial functions of multi-function chat software, namely the audio chat, the video chat and so on, which mainly realizes the user registration, the user login, audio chat and video chat. Finally, this design integrates the functions that another schoolmate designs the writing and file transfer, which forms chat software of practical and full functions. This software achieves the anticipated target. Through the running, the test and analysis, it shows, this multi-function chat software is stable, reliable, and has some practical values.http://www.16sheji8.cn/
Key words: Chat Software; Video Chat; Audio Chat; C/S Structure; QQ Chat Software
目 录
论文总页数:21页
1 引言 1
1.1 课题背景 1
1.2 国内外主要聊天工具的发展状况 1
1.3 本课题研究的意义 2
1.4 本文的主要工作 3
2 需求分析及开发工具 3
2.1 需求分析 3
2.2 开发工具 4
2.2.1 C#语言的介绍 4
2.2.2 C/S结构的介绍 5http://www.16sheji8.cn/
2.2.3 开发环境 6
2.2.4 SQL Server 2000数据库介绍 7
3 多功能聊天软件的设计方案 8
3.1 聊天系统流程的分析与设计 8
3.2 注册模块的分析与设计 9
3.3 登录模块的分析与设计 9
4 语音、视频聊天模块的具体实现 10
4.1 Video for Windows简介 10
4.2 G729.dll的简介 10
4.3 LanMsgLibrary.dll的简介 11
4.4 语音、视频聊天的模块设计思想 11
4.5 视频聊天与语音聊天模块功能的具体实现 13
5 登录、注册模块功能模块及其它特殊功能模块实现分析 14
5.1 登录模块功能的具体实现 14
5.2 注册模块功能的具体实现 14
5.3 头像闪动功能的具体实现 15
6 系统的综合测试与分析 16
结 论 18
参考文献 19
致 谢 20
声 明 21
1 引言
1.1 课题背景
随着互联网技术的发展,互联网应用越来越丰富。互联网以其独特的传播方式吸引了大量用户,同时也给人们带来了许多便利,譬如可以借助于网络进行相互交流、信息传递等。聊天工具作为互联网中运用最为广泛的通信工具之一,它可以让用户之间进行即时的交流和信息的传递。聊天工具的出现可以说是基于互联网通信交流方式的历史性变革,它已经渐渐取代了原来效率低、费用高的如信件、电报的通信方式,以其快速、交互、简便的方式给用户的交流提供了简单、易用的信息平台,成为现今应用最为广泛的即时通信工具之一。随着相关技术的日益发展,用户对功能的需求不断提高。为了更好地服务于用户,聊天工具的功能也在不断地完善。在未来的网络时代中,聊天工具将以即时通信为其基本特点,并与各种网络应用整合,同时随着无线网络的广泛应用,它将成为未来不可缺少的一种通信软件。