博碩士論文 109523074 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:138 、訪客IP:3.145.93.221
姓名 江沐政(Mu-Cheng Chiang)  查詢紙本館藏   畢業系所 通訊工程學系
論文名稱 DDS 系統中基於代理人之 數據傳輸設計與實現
(Design and Implementation of Agent-based Data Transmission in DDS System)
相關論文
★ 利用智慧天線系統實現精準室內定位技術★ 電力線通訊之競爭存取與路由方法設計與實現
★ 設計與實作基於GRAPES函式庫之P2P即時串流系統★ 利用離散餘弦基礎之聲音浮水印達到室內定位技術
★ 利用虛擬指紋建置法之智慧型天線系統實現精準室內定位技術★ 即時影像串流自適應播放系統之研究
★ 利用模糊邏輯控制器於蜂巢式網路降低位置管理機制成本★ 基於支持向量機及模糊推理之地震預警系統研製
★ 基於行動裝置之分散式多人會議系統★ 以分群為基礎之3D無線與光學網路晶片頻道存取方法
★ 基於收前先聽LBR機制之授權型輔助接入LAA架構下於異質網路中暴露節點之研究★ 支援跳頻之IEEE 802.15.4 ZigBee無線隨身網路機制設計與實現
★ 應用於IEEE 802.16行動無線都會網路省電模式參數設定之智慧策略★ IEEE 802.15.4 ZigBee 無線隨身網路高效能路由演算法分析與設計
★ 應用於IEEE 802.16無線寬頻都會網路之具調適性自動重傳請求回報機制★ 無線感測網路為基礎之空間平面圖自動建構之技術
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著第五代行動通訊與物聯網產業及元宇宙的發展,更快速且更具有資料管控能力的傳輸方式顯得尤為重要。傳統的傳輸架構通常採用TCP作為傳輸環境。然而主從式架構容易在節點產生瓶頸,且受限於網際網路協定位址 (IP) 於各用戶間互相的知曉情況。DDS 使用基於資料而非基於IP的傳輸方式,用戶皆可藉由發布 (Publish) 來提供同一個域 (Domain) 內其他用戶 (Participant) 欲給予的主題 (Topic) 資料,域內的其他用戶可藉由訂閱 (Subscribe) 來取得所需資料。使用資料分散式服務 (DDS) 進行傳輸可視為一種便利的替代傳輸選項。使得資料的傳輸迥異於傳統傳輸形式,避開主從式架構之缺點,實踐資料中心的點對點傳輸模型。
現今的物聯網設備中無人飛行載具 (UAV) 作為影像傳輸設備的載具已應用於多種場景,舉凡經濟、民生、娛樂、國防等,皆有其一席之地。常規的UAV傳輸方式通常為傳統的主從式架構,本研究旨在取代舊有之傳輸架構,套用DDS 系統作為其資料傳輸媒介。藉由開發一本地代理 (Agent) 程式,該Agent 具有泛用性。使用該Agent 可套用DDS系統至各種應用,藉由在本地端的資料轉傳,使各應用皆可透過DDS系統作為傳輸層的傳輸工具,藉此提高系統之開發佈署速度。本研究以Gstreamer 此一常用於UAV之成熟影像傳輸系統作為佈署範例
摘要(英) With the development of the fifth-generation mobile communication, the industry Internet of Things (IIoT) and the Metaverse, a faster and friendly data-controlled transmission method is particularly important. The traditional transmission architecture usually adopts TCP as the transmission protocol. However, the master-slave architecture is prone to bottleneck at nodes and is limited by the mutual knowledge of Internet Protocol (IP) addresses among users. Data Distributed Services (DDS) uses data-centric method rather than IP-based transmission method. Users can publish data to specific topic in a domain that other users (participants) in the same domain can easily get the data by subscription. Transmission using DDS can be seen as a convenient and alternative transmission solution. It avoids the shortcomings of the master-slave structure, and accomplishes the point-to-point transmission.
Unmanned Aerial Vehicle (UAVs) has been used in various scenarios, such as surveillance, livelihood, entertainment, national defense, etc. The conventional UAV transmission method is the master-slave architecture. The purpose of this study is to replace the legacy transmission architecture by applying the DDS system as its transmission framework. This study will develop a DDS-agent software. Using this DDS-agent software, the DDS system can be easily applied to various applications. Through the data transfer at the local end, applications can communicate each other as usual through the DDS-agent software, thereby improving the development and deployment speed. This study uses Gstreamer, which is a matured video transmission software used in UAVs, as a deployment example.
關鍵字(中) ★ 代理人系統
★ 資料分發服務
★ 影像串流
★ 物聯網
關鍵字(英) ★ agent
★ DDS
★ stream
★ IOT
論文目次 中文摘要 ii
ABSTRACT iii
CONTENTS v
LIST OF FIGURES vi
LIST OF TABLES vii
Chapter 1. INTRODUCTION 1
Chapter 2. BACKGROUND TECHONOLOGY 3
2.1 Publish-Subscribe System 3
2.2 Comparison between DDS and MQTT 4
A. MQTT Overview 4
B. DDS Overview 6
C. Comparison 11
2.3 Image and Image Recognition System 11
2.4 OpenDDS overview 12
2.5 Related Work 14
Chapter 3. Proposed System 16
3.1 Embedded and DDS-agent Structure 16
3.2 Proposed Agent System 17
3.3 Agent on Gstreamer Architecture 18
3.4 Yolo System 19
3.5 TCP Agent on Web Scenario 22
Chapter 4. Performance Evaluation 26
4.1 Test Scenario 26
4.2 Experiment Result 27
Chapter 5. Conclusions 30
REFERENCES 31
參考文獻 [1] F. Hmissi and S. Ouni, “An MQTT Brokers Distribution Based on Mist Computing for Real-Time IoT Communications,” Wireless Personal Communications, under review, 2022.
[2] E. Pereira, R. Pinto, J. Reis and G. Galves, “MQTT-RD: A MQTT based Resource Discovery for Machine to Machine Communication,” The 4th International Conference on Internet of Things, Big Data and Security (IoTBDS), pp. 115-124, Oct. 2019.
[3] OMG Data-Distribution Service, https://www.omg.org/spec/DDS/1.4/PDF, 2015.
[4] OpenDDS Developer′s Guide, https://download.objectcomputing.com/OpenDDS/ OpenDDS-latest.pdf.
[5] The Real-time Publish-Subscribe Protocol DDS Interoperability Wire Protocol (DDSI-RTPSTM) Specification, https://www.omg.org/spec/DDSI-RTPS/2.3/ Beta1/PDF, Sep. 2018.
[6] G. Aures and C. Lübben, ”DDS vs. MQTT vs. VSL for IoT”, Seminar IITM SS 19, Network Architectures and Services, Oct. 2019.
[7] B. Al-madani, A. Al-Roubaiey and T. Al-shehari, “Wireless video streaming over Data Distribution Service middleware,” IEEE International Conference on Computer Science and Automation Engineering, Aug. 2012.
[8] OpenDDS Architecture, https://opendds.org/documents/architecture.html.
[9] S. Profanter, A. Taket, K. Dorofeev, M. Rickert and A. Knoll, “OPC UA versus ROS, DDS, and MQTT: Performance Evaluation of Industry 4.0 Protocols,” IEEE International Conference on Industrial Technology (ICIT), Jul. 2019.
[10] A. Detti, P. Loreti, N. Blefari-Melazzi and F. Fedi, “Streaming H.264 scalable video over data distribution service in a wireless environment,” IEEE International Symposium on A World of Wireless, Mobile and Multimedia Networks (WoWMoM), Jun. 2010.
指導教授 許獻聰(Shiann-Tsong Sheu) 審核日期 2022-9-7
推文 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聯絡  - 隱私權政策聲明