簡易檢索 / 詳目顯示

研究生: 李國璋
Kuo-chang Lee
論文名稱: 運用VoIP達成遠端警示功能之設計
Design of a VoIP-Based Remote Alert System
指導教授: 吳傳嘉
Chwan-Chia Wu
口試委員: 黎碧煌
Bih-Hwang Lee
黃國安
none
林銀河
none
學位類別: 碩士
Master
系所名稱: 電資學院 - 電機工程系
Department of Electrical Engineering
論文出版年: 2005
畢業學年度: 93
語文別: 中文
論文頁數: 64
中文關鍵詞: 監控系統Skype APISkypeVoIP
外文關鍵詞: Monitoring System, Skype API, VoIP, Skype
相關次數: 點閱:313下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 網際網路與全球資訊網的相關技術的出現為我們的生活帶來相當大且重要
    的改變。在眾多的應用程式中,網路電話備受矚目,近來寬頻的盛行使得網路電
    話的使用更加的方便。無論是傳統電信業者或是即將跟入電信市場的業者,提供
    網路電話的服務是相當緊急且必要的。
    利用網路電話來達成遠端監控系統來警示事件更是可以改善一般傳統式的
    監控系統。傳統監控系統,使用電話線或專線作為傳輸媒介,終端設備也只能在
    本地端執行監控任務,無法迅速且方便得知發生什麼事。若配合網路電話來設計
    不只是可以達到基本的監控功能且即使人不在現場也可以即時的告知,讓損失降
    得更低且增加了安全性和時效性。
    本論文提出了結合VoIP 低廉語音傳輸成本與彈性且靈活的程式操控,構建
    一個遠端監控警示機制,讓使用者可以在任何有網路可以連通的地方收取監控警
    示訊息而為即時且必要之處置。在此篇論文中我們以螢幕保護程式為範例,加以
    設計完成一個以網路電話為基礎進而達成遠端監控功能。


    The vast progress in Internet and WWW related technologies have brought
    dramatic and fundamental changes to the world that we live. Among the many
    applications, VoIP has attracted a lot of attentions and it is regarded as one of the
    Internet applications that would deeply affect human community. Sooner or later, the
    VoIP service will be imperative to a great extent in the telephony market.
    It is foreseeable that application of the remote monitoring systems via VoIP
    instead of the traditional monitoring systems can be more flexible. The transmission
    media of the traditional monitoring systems are telephone lines or special telephone
    lines. The end-systems only be executed in local area. Functions of the monitoring
    systems via traditional telephone system is limited. Design of a VoIP-based remote
    alert system can provide alert function wherever the user is as such one can be
    informed immediately when a particular event is triggered.
    In this thesis, we use the screen protection program as an example to design a
    VoIP-based remote alert system.

    摘要……………………………………………………………………………………i 致謝…………………………………………………………………………………iii 目錄.……………………………………………………………………………… iv 圖目錄………………………………………………………………………………vii 表目錄………………………………………………………………………………ix 第一章 緒論…………………………………………………………………1 1.1 前言…………………………………………………………………………1 1.2 研究背景……………………………………………………………………1 1.3 研究動機………………………………………………………………4 1.4 論文架構………………………………………………………………5 第二章 VoIP…………………………………………………………………………6 2.1 VoIP 簡介………………………………………………………………6 2.2 VoIP 協定………………………………………………………………8 2.2.1 H.323………………………………………………………………8 2.2.1.1 H.323 簡介………………………………………………8 2.2.1.2 H.323 架構及其內部元件………………………………8 2.2.2 MGCP ……………………………………………………………10 2.2.2.1 MGCP 簡介………………………………………………10 2.2.2.2 MGCP 架構及其內部元件………………………………11 2.2.3 SIP ………………………………………………………………12 2.2.3.1 SIP 簡介………………………………………………12 2.2.3.2 SIP 架構及其內部元件………………………………13 2.3 VoIP 通話市場趨勢………………………………………………14 2.3.1 VoIP的實現………………………………………………16 v 2.3.2 VoIP 的未來應用趨勢………………………………17 第三章 Skype ……………………………………………………………………19 3.1 Skype 簡介………………………………………………………………19 3.2 Skype 的元件與功能……………………………………………………21 3.2.1 Ports………………………………………………………………21 3.2.2 Host Cache………………………………………………………22 3.2.3 聯絡人清單………………………………………………………23 3.2.4 SkypeIn…………………………………………………………23 3.2.5 SkypeOut…………………………………………………24 3.2.6 多方通話… … … … … … … … … … … … … … … … … …24 3.2.7 通話保留… … … … … … … … … … … … … … … … … …25 3.3 Skype 加密機制………………………………………………25 3.3.1 Skype 編碼技術………………………………………………25 3.3.2 NAT 與防火牆………………………………………………25 3.4 Skype API………………………………………………………………26 3.4.1 簡介…………………………………………………………26 3.4.2 API 的存取控制列表(ACL)……………………………27 3.5 智慧型通訊平台…………………………………………………………28 第四章 遠端警示功能之設計………………………………………………29 4.1 監控系統簡介……………………………………………………………29 4.1.1 前言………………………………………………………………29 4.1.2 監控系統的演進…………………………………………………29 4.2 系統架構………………………………………………………………30 4.2.1 系統架構解說……………………………………………………30 4.2.2 透過Camera 錄製影像…………………………………………31 4.3 感應Sensor 以螢幕保護程式為例之遠端警示功能設計………………32 vi 4.3.1 程式架構解說…………………………………………………33 4.3.2 程式流程圖………………………………………………………35 4.3.2.1 撥號啟動前之流程………………………………………35 4.3.2.2 撥號啟動後之流程………………………………………36 4.4 帳號狀態判斷……………………………………………………………37 4.4.1 撥號失敗…………………………………………………………37 4.4.2 鈴響………………………………………………………………38 4.4.3 接通………………………………………………………………39 4.4.4 結束通話…………………………………………………………39 4.4.5 拒絕………………………………………………………………40 第五章 遠端監控程式之實現……………………………………………………41 5.1 使用者介面操作程序………………………………………………41 5.1.1 帳號參數之設定…………………………………………………41 5.1.1.1 輸入連絡人帳號…………………………………………42 5.1.1.2 選擇欲播放之提示音效…………………………………46 5.1.1.2.1 自行選擇欲播放的音效檔…………………………47 5.1.1.2.2 錄製Wave 音效檔…………………………………49 5.1.2 設定等待接通時間、重播時間以及重播次數…………………51 5.1.3 輸入螢幕保護程式密碼…………………………………………53 5.1.4 程式執行確認……………………………………………………53 5.2 觸發條件成立……………………………………………………………54 第六章 結論及未來方向…………………………………………………………57 附錄一 Skype Access API 之指令集…………………………………………59 參考資料……………………………………………………………………………62

    [1] B. Goode, ”Voice over Internet Protocol (VoIP), ”Proceeding of the IEEE, Vol. 90,
    Page(s):1495-1517, Sep. 2002.
    [2] C. Mehta, “Overview of Voice over IP,“ University of Pennsylvania Technical
    Report MS-CIS-01-31, Feb. 2001.
    [3] T. Maw and Y. Fontaine, “The public switched telephone network and the Internet
    meet,” IEEE 1997 Canadian Conference on Electrical and Computer Engineering,
    Vol. 2, Page(s):892-895, 25-28 May 1997.
    [4] V. B. Mendiratta and C. A. Witschorik, “Telephone service survivability,“ Design
    of Reliable Communication Networks, Page(s):413-420, 2003.
    [5] 1R. Balbinot, J. Guedes-Silveria and P. Franco, “Desktop voice over IP
    development with PSTN integration,” PACRIM 2001 IEEE Pacific Rim
    Conference on Communications, Computers and signal Processing, Vol. 2,
    Page(s):498-501, 26-28 Aug. 2001.
    [6] Z. Ge and M. Hillenbrand, ”Implementing SIP and H.323 signalling as Web
    services,“ Euromicro Conference Proceedings 30th, Page(s):265-271, 2004
    [7] M. H. Sherif and A. Crossman, “Overview of speech packetization,” IEEE
    Symposium on Computers and Communications, Page(s):296-304, 27-29 Jun.
    1995.
    [8] ITU-T Recommendation H.323 Version 1, “Visual Telephone Systems and
    Equipment for Local Area Networks which Provide a Non-Guaranteed Quality of
    Service,” ITU-T, Nov. 1996.
    [9] L. Hong and P. Mouchtaris, “Voice over IP signaling: H.323 and beyond,” IEEE
    Communications Magazine, Vol. 38, Page(s):142-148, Oct. 2000
    63
    [10] M. Arango, et al., “Media Gateway Control Protocol(MGCP),” IETF RFC
    2705, Oct.1999.
    [11] T. Taylor, “Megaco/H.248: a new standard for media gateway control,“ IEEE
    Communication Magazine, Vol. 38, Page(s):123-132, Oct. 2000.
    [12] G.. T. Gopalakrishnan, J. Leffew, S. Shreiniyasan and W. Moreno, “Standardizing
    call control in Voice over Internet applications: a MGCP approach,“ Proceedings
    of the Fourth IEEE international Caracas Conference on Devices, Circuits and
    Systems, Page(s):T025-1-T025-2, 17-19 Apr. 2002.
    [13] M. Handley et al., “SIP: Session Initiation Protocol,” RFC 2327, Apr. 1998.
    [14] 陳冠中, 以SIP 為基礎之階層式細微化位置資訊整合系統, 國立成功大學工
    程科學系碩士論文, 2002 年。
    [15] K. K. Tam and H. L. Goh, “Session Initiation Protocol,“ IEEE International
    Conference on Industrial Technology, Vol. 2, Page(s):1310-1314, 11-14
    Dec.2002.
    [16] S. A. Baset and H. Schulzrinne, “An analysis of the Skype Peer-to-Peer Internet
    Telephony Protocol,” Department of Computer Science Columbia University, 15
    Sep. 2004.
    [17] T. Jamil, “The Rijndael Algorithm,“ IEEE Potentials, Vol. 23, Page(s)36-38,
    Apr.-May 2004.
    [18] J. Hastad and M. Naslund, “The security of individual RSA bits,” Proceedings
    39th Annual Symposium on Foundations of Computer Science, Page(s)510-519,
    8-11 Nov. 1998.
    [19] Global IP Sound, “iLBC codec,”
    http://www.globalipsound.com/pdf/gips_iLBC.pdf.
    [20] Global IP Sound, “iSAC codec,”
    http://www.globalipsound.com/pdf/gips_iSAC.pdf.
    64
    [21] J. Rosenberg, J. Weinberger, C. Huitema, and R.Mahy, “STUN: Simple
    Traversal of User DatagramProtocol(UDP) Through Network Address
    Translators(NATs),” IETF RFC 3489, Mar. 2003.
    [22] J. Rosenberg, R. Mahy, C. Huitema, “TURN: traversal using relay NAT. Internet
    draft, Internet Engineering Task Force,“ July 2004.
    [23] Taavet Hinrikus, “Skype API,” Skype Technologies S.A, 12 Jan. 2005.
    [24] 傅業群, 以Skype建構一智慧型通訊平台, 國立台灣科技大學電機系碩士論
    文, 2005年。

    無法下載圖示 全文公開日期 本全文未授權公開 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE