博碩士論文 985202097 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:34 、訪客IP:18.217.183.229
姓名 黃焌華(Chun-hua Huang)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 基於Android的IMS客戶端即時社群管理軟體實作
(Android-Based Online Real-Time Friendship Management for IMS)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台Widget
★ 在 ARM 架構之嵌入式系統上實作輕量化的手持多媒體播放裝置圖形使用者介面函式庫★ 基於網路行動裝置所設計可擴展的服務品質感知GStreamer模組
★ 針對行動網路裝置開發可擴展且跨平台之GSM/HSDPA引擎★ 於單晶片多媒體裝置進行有效率之多格式解碼管理
★ IMS客戶端設計與即時通訊模組研發:個人資訊交換模組與即時訊息模組實作★ 在可攜式多媒體裝置上實作人性化的嵌入式小螢幕網頁瀏覽器
★ 以IMS為基礎之及時語音影像通話引擎的實作:使用開放原始碼程式庫★ 電子書嵌入式開發: 客制化下載服務實作, 資料儲存管理設計
★ 於數位機上盒實現有效率訊框參照處理與多媒體詮釋資料感知的播放器設計★ 具數位安全性的電子書開發:有效率的更新模組與資料庫實作
★ 適用於異質無線寬頻系統的新世代IMS客戶端軟體研發★ 在可攜式數位機上盒上設計並實作重配置的圖形使用者介面
★ Friendly GUI design and possibility support for E-book Reader based Android client★ Effective GUI Design and Memory Usage Management for Android-based Services
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) IP多媒體子系統(IP Multimedia Subsystem)為3GPP(The 3rd Generation Partnership Project)所制定,其標準整合目前有線和無線網路並與傳統電信服務整合。由於IP多媒體子系統整合多種網路以及支援多種多媒體通訊服務,比起其它的即時通訊軟體(Instant Messenger),IMS更適合建立社群網路(Social Network)。目前的研究很多致力於整合社群網站(Social Network Sites)和IMS,但就IMS客戶端軟體而言,市面上並沒有具社群網路功能的軟體。
智慧型行動裝置在人們生活中扮演重要角色,在各種作業系統中,以Android使用人數最多。在本論文中我們將在Android平台上,開發出XCAP(XML Configuration Access Protocol)模組,並使用此模組提供IMS客戶端軟體好友列表(Buddy List)和現狀資訊服務(Presence Service)。根據六度分隔理論(Six Degree of Separation),我們開發出多層可視好友清單(Multilayer Visualized-Buddy Lists),藉此讓我們的IMS客戶端軟體具社群網路功能。
摘要(英) The IMS (IP Multimedia Subsystem) is a 3GPP (The 3rd Generation Partnership Project) standard which integrates different network types and traditional telecom service. IMS not only integrates all network types but supports a lot multimedia communication service. According the properties of IMS, it’s the best framework for establishing a social network. The research focused on the integration the IMS with social network sites but there is no IMS client software providing social network service in the market.
The popularity of smart mobile devices has changed our live. Since the powerful hardware and the software development, we can install many instant messengers and get rich communication experience from the smart mobile devices. Android is an open source code project from Google and it has the first market share in mobile operation system area now. In our thesis, we will implement the XCAP (XML Configuration Access Protocol) modules in android platform. We will integrate the buddy list and presence service in our IMS client software by using our XCAP modules. According to Six Degree of Separation, we developed the MV-BLs (Multilayer Visualized-Buddy Lists) which enables the social network service in our IMS client software.
關鍵字(中) ★ 社群網路
★ IP多媒體子系統
★ 多層可視好友清單
關鍵字(英) ★ Android
★ XML Configuration Access Protocol (XCAP)
★ Social network
★ IP Multimedia Subsystem
★ Multilayer Visualized-Buddy Lists
論文目次 摘要......................................................i
Abstract.................................................ii
Acknowledgement..........................................iv
Table of Contents.........................................v
List of Figures........................................viii
Chapter 1 Introduction....................................1
1.1 Motivation............................................1
1.2 Insufficient Socialization in IMS Client Software.....4
1.3 Challenges............................................5
1.4 Organization..........................................6
Chapter 2 Background and Related Works....................7
2.1 IMS Introduction......................................7
2.2 SIP Introduction.....................................10
2.3 XML Configuration Access Protocol (XCAP).............12
2.4 IMS Presence Service.................................14
2.4.1 Watcher Information................................15
2.4.2 Presence Authorization Rules.......................15
2.4.3 Presence Information...............................17
2.4.4 Presence Procedure.................................18
2.5 The Requirement of Android IMS Client................19
2.6 Development Environment..............................20
2.6.1 IMS Server Setting.................................20
2.6.2 Android-based IMS Client Library...................21
2.7 Related Software.....................................22
Chapter 3 Multilayer Visualized-Buddy Lists..............24
3.1 Interpersonal Relations Graph........................25
3.2 Multilayer Visualized-Buddy Lists Graph..............26
Chapter 4 Software Architecture..........................27
4.1 Doubango Framework...................................27
4.2 Light Android XCAP Modules...........................29
4.3 Multilayer Visualized-Buddy Lists Design.............30
4.4 Software Architecture Design.........................32
Chapter 5 Implementation.................................34
5.1 Light Android XCAP Modules Implementation............34
5.2 Subscriber Requests Management.......................36
5.3 Multilayer Visualized-Buddy Lists....................37
5.3.1 Customized Presence XML Document...................37
5.3.2 Instant Updating...................................39
5.4 GUI Design...........................................40
5.5 Inconsistent Presence Status.........................41
5.5.1 Multiple Same Accounts Login.......................42
5.5.2 Insensitive Status Updating........................42
Chapter 6 Conclusion and Future Works....................44
List of Reference........................................46
參考文獻 [1]. Haifeng Shen, “Integrating Topic-centric Thread-Based Organized Chat into Web-Based Enterprise Instant Messengers,” IEEE International Conference on E-Business Engineering, pp. 442-447, 2010.
[2]. Chi-Huang Chiu, Ruey-Shyang Wu, Chi-Io Tut, Hsien-Tang Lin, Shyan-Ming Yuan , “Next Generation Notification System Integrating Instant Messengers and Web Service,” International Conference on Convergence Information Technology, pp. 1781-1786, 2007
[3]. Peijian Song, Cheng Zhang, Wenbo Chen, Lihua Huang, “Understanding Usage-Transfer Behavior Between Nonsubstitutable Technologies: Evidence From Instant Messenger and Portal,” IEEE TRANSACTIONS ON ENGINEERING MANAGEMENT, VOL. 56, NO. 3, AUGUST 2009.
[4]. Breslin, J., Decker, S., “The Future of Social Networks on the Internet: The Need for Semantics,” IEEE INTERNET COMPUTING, pp. 86-90, 2007
[5]. 3GPP Organizational Partner, 3rd Generation Partnership Project; IP Multimedia Subsystem (IMS) (Release 7), http://www.3gpp.org/ftp/Spec/html-info/23228.htm, 2006
[6]. Ruder Finn’s Mobile Intent Index,
http://www.ruderfinn.com/rfrelate/intent/mobile/intent-index.html
[7]. Android Operating System, http://en.wikipedia.org/wiki/ Android_
(operating_system)
[8]. Android Source Code Git Tree, http://android.git.kernel.org/
[9]. Mobile OS market share on 2011 April, http://www.comscore.com/Press_Events/Press_Releases/2011/6/com Score_Reports_April_2011_U.S._Mobile_Subscriber_Market_Share
[10]. Ke Xiao-hua, “A Social Networking Services System Based on the “Six Degrees of Separation” Theory and Damping Factors,” Second International Conference on Future Work, pp. 438-441, 2010.
[11]. Android Client Applications, http://cn.androidzoom.com/and_applications/ims+client
[12]. The Extensible Markup Language (XML) Configuration Access Protocol (XCAP), http://tools.ietf.org/html/rfc4825, 2007.
[13]. IIJin Lee, SunOk Park, Wook Hyun, ShinGak Kang, “A Study on Buddy List Control in XCAP server System for SIP-based IMPP Services,” Advanced Communication Technology, pp. 1023-1026, 2005.
[14]. Common Profile for Presence, http://tools.ietf.org/html/rfc3859, 2004.
[15]. Extensible Markup Language (XML) Formats for Representing Resource Lists, http://tools.ietf.org/html/rfc4826, 2007.
[16]. Presence Authorization Rules, http://tools.ietf.org/html/rfc5025, 2007.
[17]. 3GPP Release Specifications, http://www.3gpp.org/releases
[18]. H.Khlif and I.-C. Gregoire, “IMS Application Servers Roles, Requirements, and Implementation Technologies”, IEEE Internet Computing, pp. 40-51, May 2008.
[19]. SIP: Session Initiation Protocol, http://www.ietf.org/rfc/rfc3261.txt, 2002.
[20]. OpenSIPs Project, http://www.opensips.org/
[21]. OpenXCAP Project, http://openxcap.org/
[22]. IMSDroid Project, http://code.google.com/p/imsdroid/
[23]. Doubango Project, http://www.doubango.org/
[24]. sipdroid, http://sipdroid.org/
[25]. PJSIP, http://www.pjsip.org/
[26]. Six Degrees of Separation in Instant Messaging, http://www.zdnet.com/blog/emergingtech/six-degrees-of-separation-in-instant-messaging/863
[27]. Gang Shao, Zhimin Yang, “Design and Research of SNS Users Network Structure Model Based On Pervasive Computing, Computer-Aided Industrial Design & Conceptual Design (CAIDCD),” IEEE 11th International Conference, pp. 1475-1479, 2011.
[28]. Android NDK Tools, http://developer.android.com/sdk/ndk/index.html
[29]. libcurl – The multiprotocol file transfer library, http://curl.haxx.se/libcurl/
[30]. Open Mobile Alliance, http://www.openmobilealliance.org.
[31]. MYSQL, http://www.mysql.com/
指導教授 吳曉光(Hsiaokuang Wu) 審核日期 2011-8-3
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明