博碩士論文 945202001 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:69 、訪客IP:3.149.249.154
姓名 陳志仁(Zhi-Ren Chen)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 使用藍芽技術以Linux為基礎之嵌入式VoIP系統設計與實作
(Design and Implementation of Linux based embedded VoIP System using Bluetooth Technique)
相關論文
★ 具多重樹狀結構之可靠性群播傳輸★ 在嵌入式行動裝置上設計與開發跨平台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 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 長久以來家庭裡的最經常為人們所採用的溝通工具電話,以及提供著大量資訊的網路,經常需要同時支付昂貴的電話費與網路使用的費用。而網路的使用與利用,由於網路頻寬的能力限制,因此都單純的只能拿來上網瀏覽網頁、查資料…等,僅侷限於文字訊息的交換與傳遞。隨著網路技術發達與頻寬的拓展,漸漸的網路也被拿來用作影音的傳輸,利用將原始類比語音訊號進一步壓縮與轉換後,變成網路中的封包.充分的利用了網路的資源。另外設備之間的連接,都是需要一條連接線的傳輸,隨著無線電波技術的發展與演進,電話不再需要是牽著一條電話線的聽筒,還可以是一支數位型的無線電話。本篇論文主要順著時代技術的發展與人性化的概念,實作出以無線藍芽技術為基礎,而建構的一個嵌入式的VoIP 系統,讓使用者可以使用此平台方便的與遠方親人通話與聊天。
摘要(英) The telephone is the most basic telecommunications device at home. It allows people to communicate with any other. The cost of telephone service is often expensive than the cost of Internet service. Since the technology is growing fast, the Internet services provide not only text-based content but also various media content. The VoIP technology makes telephone possible to use the Internet and Internet protocol networks to deliver voice communication. Since the wireless technology is evolved, the mobility of VoIP device is improved. The telephone is no longer required to lead a telephone line to the handset. The Bluetooth, a kind of wireless interface, spends the lowest cost, minimum power consumption and the smallest communication interference. This paper proposes an embedded VoIP system using Bluetooth wireless technology. It is convenient for people to talk other people with this VoIP system.
關鍵字(中) ★ 網路電話
★ 嵌入式
★ 藍芽
關鍵字(英) ★ Linux
★ VoIP
★ Bluetooth
論文目次 摘要 ............................................................................................................. i
ABSTRACT............................................................................................... ii
誌謝 ........................................................................................................... iii
Table of Contents ...................................................................................... iv
Table of Figures ....................................................................................... vii
Chapter 1. Introduction ............................................................................ 1
1-1. Motivation.................................................................................. 1
1-2. Voice over Internet Protocol (VoIP) .......................................... 2
1-3. Bluetooth technologies .............................................................. 3
1-4. Thesis Organization ................................................................... 4
Chapter 2. Background ............................................................................ 6
2-1. Embedded VoIP System over Bluetooth .................................... 6
2-2. Session Initiation Protocol (SIP) ............................................... 7
2-3. Real-time transfer protocol (RTP) ............................................. 8
2-4. Bluetooth protocol stack ............................................................ 9
2-5. Voice codec .............................................................................. 11
2-6. Bluetooth module .................................................................... 11
Chapter 3. System Architecture ............................................................. 13
3-1. Goal .......................................................................................... 13
3-2. System Overview ..................................................................... 13
3-3. System Component .................................................................. 14
3-4. Software Architecture on IP-PBX Gateway ............................ 15
3-5. Headset Control Interface Application .................................... 16
3-6. Hardware System Overview .................................................... 17
Chapter 4. Implementation .................................................................... 19
4-1. Cross Compile library for MIPS platform ............................... 19
4-2. Vinetic Codec Driver ............................................................... 19
4-3. oSIP library .............................................................................. 21
4-4. Micro-window ......................................................................... 23
4-5. Bluez library for Embedded Linux .......................................... 24
4-6. User interface for Headset ....................................................... 25
4-7. Headset Control Application ................................................... 27
4-8. Micro-window Testing............................................................. 30
4-9. Bluez Library Testing .............................................................. 30
4-10. UART Driver Verification .................................................... 34
4-11. ROK101008 Bluetooth module ........................................... 35
4-12. MC145483 13 bit linear PCM codec ................................... 36
4-13. 75C3223 ............................................................................... 37
4-14. Infineon ADM5120 VoIP platform ...................................... 38
4-15. Final result ............................................................................ 39
Chapter 4. Future Works and Conclusion .............................................. 41
References ................................................................................................. 42
參考文獻 [1] “SIP protocol ”
http://www.packetizer.com/voip/h323_vs_sip
[2] “PCM codec”
http://www.mainconcept.com/site/index.php?id=8742
[3] “RS232 register”
http://dibr.nnov.ru/use014.html
[4] “UART driver”
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/serial-uart/index.
html
[5] “Serial port testing”
http://docs.sun.com/source/817-7665/serialtest.html
[6] “ADM5120P platform”
http://docs.sun.com/source/817-7665/serialtest.html
[7] “PSTN network”
http://en.wikipedia.org/wiki/PSTN
[8] “Voice over IP”
http://en.wikipedia.org/wiki/Voice_over_IP
指導教授 吳曉光(Hsiao-kuang Wu) 審核日期 2007-7-19
推文 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聯絡  - 隱私權政策聲明