博碩士論文 965202084 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:14 、訪客IP:3.144.113.197
姓名 謝宇哲(Yu-Che Hsieh)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 IMS客戶端設計與即時通訊模組研發:個人資訊交換模組與即時訊息模組實作
(Fast IMS Client Design and Instant Communication Module Developments: Presence Module and Instant Message Module Implementation)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台Widget
★ 在 ARM 架構之嵌入式系統上實作輕量化的手持多媒體播放裝置圖形使用者介面函式庫★ 基於網路行動裝置所設計可擴展的服務品質感知GStreamer模組
★ 針對行動網路裝置開發可擴展且跨平台之GSM/HSDPA引擎★ 於單晶片多媒體裝置進行有效率之多格式解碼管理
★ 在可攜式多媒體裝置上實作人性化的嵌入式小螢幕網頁瀏覽器★ 以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★ Content Reading Management for E-Book Reader Based Android Client
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 隨著近幾年行動通訊技術逐漸成熟,行動科技不只是電話通訊,他是一項結合語音、視訊與資料傳輸的技術。而為了將這些技術服務進行標準化,國際合作組織3GPP設計了IP多媒體子系統(IP Multimedia Subsystem,簡稱IMS)架構。IMS是由3GPP所設計,為了提供行動通訊用戶多媒體服務;近幾年IMS已經成為一種行動通訊、無線網路與寬頻多媒體服務之整合架構,在不久的將來,IMS將是3G服務、有線電視、下一代通訊網路之核心。隨著第三代行動通訊用戶(3G Users)的數量提升,IMS服務與客戶端軟體將是未來一項重要的需求,使用者需要一套符合標準之軟體來存取各種IMS服務,例如語音通話、視訊通話、傳送即時訊息、傳送簡訊與多媒體訊息以及透過IMS管理與交換使用者個人資料。
本篇論文中描述以使用開放原始碼之程式庫OPAL與PTLib,建立IMS系統之客戶端軟體經驗,該函式庫具備跨平台之能力,能應用於Win32與Linux系統。其中功能項目著重於使用者資訊與即時訊息功能。本篇論文將以Win32系統為例,建立一符合標準之客戶端程式。
摘要(英) As the mobile communication become mature in recent years, mobile technology is not only using in make phone call. It is a technology for Voice, Data and Video. In order to standardize different service and provide more multimedia services, 3rd Generation Partnership Project (3GPP) cite{ref:3gpp} design the IMS architecture. It is a framework to deliver Internet Protocol multimedia to mobile users.
In recent years, IMS becomes an integration framework for mobile communication, wireless network and broadband multimedia service. In the nearly future, it will be the core component within 3G, cable TV and next generation fixed telecoms networks. As 3rd Generation mobile users grow up, IMS service and client software requirement become important in future. Users need a client software to access the IMS services. Such as voice call, video call, sending instant messages, access SMS and MMS and
using presence function to exchange person profile. This paper explains experiences in using open source library to build IMS client software. Client function focuses on library using, Presence function and Instant Message design.
關鍵字(中) ★ IP多媒體子系統客戶端 關鍵字(英) ★ IMS Client
★ Instant Message
★ Presence
論文目次 Abstract ii
Acknowledgments iii
Table of Contents iv
List of Figures vii
1 Introduction 1
2 Background and Related Works 9
2.1 IMS Core Introduce . . . . . . . . . . . . . . . . . . . . 9
2.2 IMS Client Requirement . . . . . . . . . . . . . . . . . 11
2.3 SIP Operation and Package Format . . . . . . . . . . . 12
2.4 Register to Server . . . . . . . . . . . . . . . . . . . . . 14
2.5 Presence Package . . . . . . . . . . . . . . . . . . . . . 15
2.5.1 XML Con guration Access Protocol (XCAP) . 17
2.5.2 Resource List . . . . . . . . . . . . . . . . . . . 19
2.5.3 Publish Method . . . . . . . . . . . . . . . . . . 20
2.5.4 Subscribe User Method . . . . . . . . . . . . . . 22
2.5.5 Subscribe Watcher Info . . . . . . . . . . . . . . 23
2.6 Instant Message . . . . . . . . . . . . . . . . . . . . . . 24
2.7 Extend Message Function . . . . . . . . . . . . . . . . 25
2.7.1 Short Message Service . . . . . . . . . . . . . . 26
2.7.2 Multimedia Messaging Service . . . . . . . . . . 26
2.8 OPAL and PTLib library . . . . . . . . . . . . . . . . . 27
2.9 Related Software . . . . . . . . . . . . . . . . . . . . . 28
3 Software Architecture 31
3.1 Goal . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
3.2 Software Overview . . . . . . . . . . . . . . . . . . . . 32
3.3 Software Components . . . . . . . . . . . . . . . . . . . 33
3.3.1 OPAL Library Usage . . . . . . . . . . . . . . . 35
3.3.2 Presence Component . . . . . . . . . . . . . . . 35
3.3.3 Instant Message Component . . . . . . . . . . . 37
3.4 Graphic User Interface . . . . . . . . . . . . . . . . . . 38
4 Implementation 41
4.1 OPAL Library Detail Usage . . . . . . . . . . . . . . . 41
4.1.1 Presence Derived Function . . . . . . . . . . . . 42
4.1.2 Message Derived Function . . . . . . . . . . . . 43
4.1.3 OPAL Process Initialize . . . . . . . . . . . . . 44
4.1.4 SIP Handlers Shutdown in OPAL . . . . . . . . 45
4.2 Presence Module . . . . . . . . . . . . . . . . . . . . . 45
4.2.1 Publish Method Process . . . . . . . . . . . . . 46
4.2.2 Notify Packet Process . . . . . . . . . . . . . . 46
4.2.3 Same Account Login Problem . . . . . . . . . . 48
4.3 Instant Message Module . . . . . . . . . . . . . . . . . 49
4.3.1 Rich Text Style Implement . . . . . . . . . . . . 50
4.3.2 Binary Transport Implement . . . . . . . . . . . 50
5 Conclusion 53
List of References 56
參考文獻 [1] 3rd generation mobile group." http://www.3gpp.org/.
[2] J. Rosenberg, A presence event package for the session initiation
protocol (sip)," RFC 3856, August 2004.
[3] J.Rosenberg, H. Schulzrinne, C. Huitema, and D. Gurle, Session
initiation protocol (sip) extension for instant messaging," RFC
3428, December 2002.
[4] Opal library." http://www.opalvoip.org/.
[5] J. Rosenberg, The extensible markup language (xml) configuration
access protocol (xcap)," RFC 4825, May 2007.
[6] J. Franks, P. Hallam-Baker, J. Hostetler, S. Lawrence, P. Leach,
A. Luotonen, and L. Stewart, Http authentication basic and digest
access authentication," RFC 2617, June 1999.
指導教授 吳曉光(Hsiaokuang Wu) 審核日期 2009-7-8
推文 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聯絡  - 隱私權政策聲明