資源描述:
《本科畢業(yè)論文-—基于android系統(tǒng)的即時通信系統(tǒng)研究.doc》由會員上傳分享,免費在線閱讀,更多相關(guān)內(nèi)容在學術(shù)論文-天天文庫。
1、理工大學學士學位論文摘要即時通信IM(InstantMessaging)是目前Internet上最為流行的通訊方式,而各種各樣的即時通信軟件也層出不窮,服務(wù)上也提供了越來越豐富的通信服務(wù)功能。隨著互聯(lián)網(wǎng)的發(fā)展,即時通信的運用日益廣泛,即時通信軟件業(yè)方興未艾。本設(shè)計構(gòu)建了一個基于Android平臺的即時通信系統(tǒng),包括即時通信系統(tǒng)的客戶端和服務(wù)器。其中服務(wù)器采用Java語言開發(fā)的,客戶端是基于Android平臺采用Java語言,利用了TCP/IP協(xié)議,Socket套接字進行研究開發(fā)。設(shè)計實現(xiàn)了客戶端之間的文本、圖片與語音信息
2、的實時數(shù)據(jù)通信等功能。本設(shè)計采用了常見的MVC設(shè)計模式,對系統(tǒng)進行了分層建模,對客戶端的各個模塊部分都進行分析設(shè)計,提出了系統(tǒng)的體系結(jié)構(gòu)和整體構(gòu)架設(shè)計方案,闡述了系統(tǒng)實現(xiàn)應(yīng)用的關(guān)鍵技術(shù),建立了可擴展的會話模型,采用松散耦合的方式設(shè)計,實現(xiàn)了Android平臺上的移動即時通信系統(tǒng)。關(guān)鍵字:即時通信;Android;TCP/IP;JAVA;MVCIV理工大學學士學位論文AbstractIM(InstantMessaging)arethemostpopularwayofcommunication,theInternetanda
3、llkindsofInstantmessagingsoftwarealsoemergeinendlessly,Servicealsoprovidesmoreandmorerichcommunicationservicefunctions.AlongwiththedevelopmentoftheInternet,theuseofinstantcommunicationisbecomingmoreandmorewidely,ininstantmessagingsoftware.Thisdesigntobuildareal-t
4、imecommunicationsystembasedonAndroidplatform,includinginstantcommunicationsystemoftheclientandtheserver.TheserverusingJavalanguagedevelopment,theclientisbasedontheAndroidplatformusingtheJavalanguage,usingtheTCP/IP,Socketforresearchanddevelopment.Designandimplemen
5、tationoftext,images,andbetweentheclientvoiceinformationofreal-timedatacommunicationfunctions.ThisdesignadoptscommonMVCdesignpattern,systemforthehierarchicalmodeling,analyzeseverymodulepartclientdesign,proposesthearchitectureofsystemandtheoverallarchitecturedesign
6、,expoundsthekeytechnologyofsystemimplementation,extensiblesessionmodelisestablished,thedesignUSEStheloosecouplingway,realizedtheAndroidplatformofmobileinstantmessagingsystem.Keywords:IMsystem;Android;TCP/IP;Java;TheMVCIV理工大學學士學位論文目錄1緒論11.1課題背景11.2研究的目的和意義11.3論文的主
7、要內(nèi)容和組織結(jié)構(gòu)22開發(fā)環(huán)境及相關(guān)技術(shù)的介紹42.1開發(fā)環(huán)境42.2開發(fā)軟件介紹42.2.1關(guān)于Eclipse42.2.2JavaJDK與AndroidSDK42.2.3ADT介紹52.2.4MySQL簡介52.3相關(guān)開發(fā)技術(shù)介紹62.3.1Java基礎(chǔ)介紹62.3.2Android平臺82.3.3TCP/IP協(xié)議123系統(tǒng)需求分析163.1可行性分析163.2系統(tǒng)功能需求163.3數(shù)據(jù)流圖173.3.1頂層數(shù)據(jù)流圖173.3.2一層數(shù)據(jù)流圖184系統(tǒng)設(shè)計194.1系統(tǒng)總體架構(gòu)設(shè)計194.2移動客戶端設(shè)計194.2.1客
8、戶端基本通信流程設(shè)計204.2.2客戶端功能模塊設(shè)計214.3服務(wù)器端設(shè)計235系統(tǒng)測試24IV理工大學學士學位論文5.1服務(wù)器測試245.2客戶端測試275.2.1登陸模塊測試275.2.2注冊模塊測試295.2.3找朋友與設(shè)置模塊測試305.2.4即時聊天模塊測試345.3數(shù)據(jù)庫測試375.3.1數(shù)據(jù)庫的建立37