博碩士論文 975202075 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:11 、訪客IP:3.22.249.158
姓名 陳俊志(Chun-chih Chen)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 適用於異質無線寬頻系統的新世代IMS客戶端軟體研發
(Implementation of a New Generation IMS Client for Heterogeneous Wireless Broadband Systems)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台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 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   至系統瀏覽論文 ( 永不開放)
摘要(中) 無線通訊在過去數十年急遽成長,各種創新技術相繼被制定、問世,已革命性地改變人們漫遊於 Internet的方式。在台灣,我們已有 WiFi、3.5G及 WiMAX 三種無線上網方式。而不管是哪種方式,其速率已可滿足大部份上網需求。然而,在這變化下也產生了問題。對營運商來說,要如何在各種網路上為用戶繼續提供好品質的服務?對使用者來說,該如何因應所在環境選擇最好的上網方式?針對前者,雖有 IP Multimedia Subsystem(IMS)的制定,但很明顯地,用戶仍需要知悉其協定的程式,以存取營運商提供的服務。
  近年來,社交網站的蓬勃成長,加速了人與人間的交流。用戶能於其上發現朋友、分享內容、建立各種社群、…等。據 2010年初的一項調查,行動上網的用戶超過一半為進行社交活動。另有一項研究指出,IMS與此領域的結合,可為用戶帶來更佳的服務體驗。
  本篇論文意圖實作出與 IMS 客戶端軟體整合之異質無線網路連線管理程式,能同時管理各種無線上網方式,帶來更好的上網體驗。另外,在目前實驗室已開發成熟之 IMS客戶端軟體上,加入影音分享之元素。
摘要(英) The wireless communications have been evolving quite rapidly for last few decades. Innovative technologies of various kinds were one by one standardized and deployed, which has revolutionized the way people surfs the Internet. In Taiwan, we nowadays have WiFi, 3.5G and WiMAX to choose from. Whatever the technology you use suffices most needs for accessing the information on the Internet. However, some issues arise from this change. From operator’’s point of view, it wonders how to deliver services over different networks while maintaining good Quality of Service(QoS); From user’’s point of view, he/she wonders how to select best network based on the context. The advent of IP Multimedia Subsystem(IMS) tries to address the former problem. With its introduction, it’s apparent that subscribers demand a client application to gain access to it.
The rise of social networking sites promotes the interpersonal relationships in recent years. People discover their friends, share contents, create communities, …, and so on via them. A survey conducted in early 2010 reveals that more than half of mobile Internet users go online to socialize. A research found that the combination of IMS and the world of social networking brings about far better service experiences.
The thesis presents a connection manager for heterogeneous wireless networks, which is further integrated with the mature IMS client developed by our laboratory. The aim is to provide better surfing experiences. In addition, video sharing element is added to the IMS client.
關鍵字(中) ★ 影音分享
★ IMS客戶端軟體
★ 連線管理軟體
★ 異質無線寬頻系統
關鍵字(英) ★ IMS client
★ Heterogeneous wireless broadband systems
★ Video sharing
★ Connection manager
論文目次 摘要 ........................................................................................................................ i
Abstract ................................................................................................................. ii
誌謝 ...................................................................................................................... iv
Table of Contents................................................................................................... v
List of Figures ..................................................................................................... vii
List of Tables ...................................................................................................... viii
1. Introduction .................................................................................................... 1
2. Related Works ................................................................................................. 7
2.1. Native Wifi ........................................................................................... 7
2.1.1. IEEE 802.11 ............................................................................... 7
2.1.2. Native Wifi Introduction ............................................................ 8
2.2. libhsdpa .............................................................................................. 10
2.2.1. High Speed Packet Access(HSPA) .......................................... 10
2.2.2. libhsdpa Introduction ............................................................... 12
2.3. WiMAX API ...................................................................................... 13
2.3.1. IEEE 802.16 ............................................................................. 13
2.3.2. WiMAX API Introduction ....................................................... 15
2.4. Qt Toolkit Introduction ...................................................................... 15
2.4.1. Qt versus wxWidgets ............................................................... 17
2.5. IMS Introduction ................................................................................ 18
2.6. Position of Our IMS Client ................................................................ 24
2.7. AVI Format ......................................................................................... 25
2.8. Video For Windows(VFW) ................................................................ 27
2.9. Analysis of Other Implementations ................................................... 28
3. Software Architecture ................................................................................... 30
3.1. Architectural Design .......................................................................... 31
4. Implementation ............................................................................................. 35
4.1. Widget Customization ........................................................................ 35
4.2. WiFi Network Recommendation ....................................................... 37
4.3. Connection Information Propagation ................................................. 39
4.4. Issues Spotted in the Connection Manager Development ................. 42
4.5. Video Recording ................................................................................ 42
5. Conclusion and Future Works ...................................................................... 47
List of References ................................................................................................ 49
參考文獻 [1] Q. Bi et al., Wireless Mobile Communications at the start of the 21st Century, IEEE Communications Magazine, pp. 110-116, January 2001
[2] T. Väärämäki et al., Next Generation Network Related Standardization - enablers for the Convergence, Advanced International Conference on Telecommunications, 2008
[3] Ruder Finn’s Mobile Intent Index,
http://www.ruderfinn.com/rfrelate/intent/mobile/intent-index.html
[4] M. Jain and M. Prokopi, The IMS 2.0 Service Architecture, Next Generation Mobile Applications, Services, and Technologies, 2008
[5] R. O. LaMaire et al., Wireless LANs and Mobile Networking: Standards and Future Directions, IEEE Communications Magazine, pp. 86-94, August 1996
[6] T. Paul and T.Orgunfunmi, Wireless LAN Comes of Age: Understanding the IEEE 802.11n Amendment, IEEE Circuits and Systems Magazine, pp. 28-54, 2008
[7] Native Wifi,
http://msdn.microsoft.com/en-us/library/ms706556%28VS.85%29.aspx
[8] T. E. Kolding et al., High Speed Downlink Packet Access: WCDMA Evolution, IEEE Vehicular Technology Society News, pp. 4-10, February 2003
[9] 曠 文 溱 , 中 華 電 信 將 推 Wi-Fi 加 3.5G 上 網 服 務 , http://www.zdnet.com.tw/news/comm/0,2000085675,20140509,00.htm
[10] S. Parkvall et al., Evolving 3G Mobile Systems: Broadband and Broadcast Services in WCDMA, IEEE Communications Magazine, pp. 68-74, February 2006
[11] 曠 文 溱 , 中 華 電 信 開 通 HSUPA 服 務 上 傳 速 度 達 2M,
http://www.zdnet.com.tw/news/comm/0,2000085675,20129986,00.htm
[12] H. Holma et al., High-Speed Packet Access Evolution in 3GPP Release 7, IEEE Communications Magazine, pp. 29-35, December 2007
[13] J. Peisa et al., High Speed Packet Access Evolution – Concept and Technologies, Vehicular Technology Conference, 2007. VTC2007-Spring. IEEE 65th, pp. 819-824, April 2007
[14] 鄭 彙 翰 , 中 華 電 信 明 年 推 HSPA+ 21Mbps 高 速 上 網 ,
http://www.beephone.com.tw/shownews.php?id=8048
[15] 劉振安, An Expandable Cross Platform GSM/HSDPA Wireless Engine Development Solution For Mobile Internet Devices, Master’s Thesis, National Central University, 2009
[16] K. Etemad, Overview of Mobile WiMAX Technology and Evolution, IEEE Communications Magazine, pp. 31-40, October 2008
[17] P. Godlewski et al., A Study of WiMax QoS Mechanisms, RMOB Project, April 2006
[18] S. McBeath and J. Lei, New enhancements in WiMAX, Huawei Communicate Issue 41, pp. 46-48, June 2008
[19] WiMAX Forum, WiMAXTM, HSPA+, and LTE: A Comparative Analysis, November 2009
[20] S. Ahmadi, An Overview of Next-Generation Mobile WiMAX Technology, IEEE Communications Magazine, pp. 84-98, June 2009
[21] Qt, http://qt.nokia.com/
[22] MeeGo, http://meego.com/
[23] wxWidgets, http://www.wxwidgets.org/
[24] C++ FAQ Lite,
http://www.parashift.com/c++-faq-lite/inline-functions.html#faq-9.5
[25] H. Khlif and J.-C. Grégoire, IMS Application Servers - Roles, Requirements, and Implementation Technologies, IEEE Internet Computing, pp. 40-51, May/June 2008
[26] T. Renier et al., Mid Session Macro mobility in IMS based networks, IEEE Vehicular Technology Magazine, pp. 20-27, March 2007
[27] R. Ferrus et al., Interworking in Heterogeneous Wireless Networks: Comprehensive Framework and Future Trends, IEEE Wireless Communications, pp. 22-31, April 2010
[28] A. Arjona and H. Verkasalo, Unlicensed Mobile Access (UMA) Handover and Packet Data Performance Analysis, Second International Conference on Digital Telecommunications, July 2007
[29] M. Pirhadi et al., Resource and Admission Control Architecture and QoS Signaling Scenarios in Next Generation Networks, World Applied Sciences Journal 7, pp. 87-97, 2009
[30] C. Yun and H. Perros, QoS Control for NGN: A Survey of Techniques, Journal of Network and Systems Management, February 2010
[31] 謝宇哲, Fast IMS Client Design and Instant Communication Module Developments: Presence Module and Instant Message Module Implementation, Master’s Thesis, National Central University, 2009
[32] 姜怡楷 , IMS-based Live Voice and Video Communication Engine Implementation: open source library extension development for VoIP and Video Call, Master’s Thesis, National Central University, 2009
[33] AVI RIFF File Reference,
http://msdn.microsoft.com/en-us/library/dd318189%28v=VS.85%29.aspx
[34] Video for Windows,
http://msdn.microsoft.com/en-us/library/dd757708%28v=VS.85%29.aspx
[35] R. Love, Get on the D-BUS, http://www.linuxjournal.com/article/7744
[36] WISPr, http://en.wikipedia.org/wiki/WISPr
[37] Qt Style Sheets, http://doc.qt.nokia.com/4.6/stylesheet.html
[38] C. Gourraud, IMS Service Routing: Big Picture,
http://theimslantern.blogspot.com/2007/06/ims-service-routing-big-picture.html
[39] B. Bakmaz et al., Network Selection Algorithm for Heterogeneous Wireless Environment, 18th Annual IEEE International Symposium on Personal, Indoor and Mobile Radio Communications, pp. 1-4, September 2007
[40] H. Hu et al., A Novel Network Selection Algorithm in Next Generation Heterogeneous Network for Modern Service Industry, Asia-Pacific Services Computing Conference, pp. 1263-1268, December 2008
指導教授 吳曉光(Hsiaokuang Wu) 審核日期 2010-7-12
推文 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聯絡  - 隱私權政策聲明