博碩士論文 93522003 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:12 、訪客IP:18.226.187.24
姓名 許百寬(Bai-Kuan Hsu)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 設計與實作無線感測網路之輕量級作業系統
(Design and Implementation of a Lightweight Operating System for Wireless Sensor Networks)
相關論文
★ 無線行動隨建即連網路上之廣播與繞徑問題★ 熱門電影的高效能廣播演算法
★ 無線行動隨建即連網路上之媒體存取問題★ 使用功率調整來增加多節點封包無線網路
★ 在無線行動隨建即用網路下Geocast 之設計與實做經驗★ 一個適用於熱門隨選視訊服務之快速排程廣播策略
★ 應用數位浮水印技術於影像之智慧財產權保護與認證★ 在寬頻分碼多重擷取技術上分配及再分配多重正交可變展頻係數碼
★ 無線行動隨建即連網路上之廣播排程協定★ 在無線行動隨建即連網路下支援即時多媒體傳送的媒介存取協定
★ 以樹狀結構為基礎的Scatternet建構協定★ 在無線感應器網路中具有省電機制並且採用對角線路徑的方向性擴散
★ 隨意型無線網路上一個具有能量保存的GRID繞徑協定★ 在無線感應器網路中具有省電機制的傳輸協定
★ 隨意型無線網路上一個具有能量保存以及平衡的繞徑協定★ 環形藍芽網路:一個藍芽通訊網路的新拓樸及其繞徑協定
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 無線感測網路(Wireless Sensor Networks)是由許多無線感測器(Wireless Sensor node)所組成,感應器主要是執行編譯好的完整程式流程。特性是低耗電、低成本、低頻寬、與低運算能力。為了讓使用者可以快速的設計一個無線感測網路程式,使用者需要一個專門為無
線感測器所設計的作業系統,其中提供了完整的硬體控制函式庫與作業控制流程。而現今主流的無線感測網路作業系統都設計的過於龐大,導致程式編譯之後檔案太過龐大,而難以放入低成本的處理器記憶體中。我們提出一個輕量級的無線感測網路作業系統來改善這個問題。透過適合的設計概念與程式碼的最佳化來達成輕量化的目標。由實驗結果證明,在同樣的演算法下,我們提供的作業系統大約可以節省兩萬位元組的大小,成功的達成輕量化的目的。
摘要(英) Most wireless sensor networks are composed of large numbers on tiny networked devices, which is called sensor node. Wireless sensor nodes are usually static-programmed, low-power, low-cost, low-bandwidth, and low-computation-power. To de
sign a sensor network application, users and researchers need an operating system which is designed for the sensor nodes that provides a complete hardware control library and control scheme to the sensor node hardware. Nowadays most popular sensor operating systems are being composed to be very lager and complex, and most sensor applications just need a few functions and variables to realize the developed scheme from users and researchers. In this thesis, we address the above problem by design a ightweight operating system for wireless sensor networks, LOS. LOS is designed to be a simple and lightweight operating system for wireless sensor nodes. By implement applications of the same kind on different operating systems, showed that the whole code size will be efficiently reduced
in LOS.
關鍵字(中) ★ 作業系統
★ 無線感測網路
★ 輕量級
關鍵字(英) ★ lightweight
★ wireless sensor networks
★ operating system
論文目次 Chapter 1 Introduction 1
Chapter 2 Preliminary 4
Chapter 3 Implementation of LOS 11
3.1 Hardware Platform 12
3.2 Software Platform 14
3.3 Implementation Detail of LOS 16
Chapter 4 Kernel Size Evaluation 27
Chapter 5 Conclusions 33
References 34
參考文獻 [1] Berkeley mica motes, webpage. http://www.xbow.com/
[2] D. Gay, P. Levis, R. von Behren, M. Welsh, E. Brewer, and D. Culler, “The nesC Language: A Holistic Approach to Networked Embedded Systems,” Proceedings of Programming Language Design and Implementation , pp. 1-11, San Diego, CA, USA, June 2003.
[3] D. C. Schmidt, "Reactor: An Object Behavioral Pattern for Concurrent Event Demultiplexing and Event Handler Dispatching," in Pattern Languages of Program Design, Reading, MA: Addison-Wesley, 1995.
[4] P. Levis and D. Culler, “Mate’: A Tiny Virtual Machine for Sensor Networks,” Proceedings of International Conference on Architectural Support for Programming Languages and Operating Systems, pp. 85-95, San Jose, CA, USA, October 2002.
[5] C.-L. Fok, G.-C. Roman, and C. Lu, “Rapid Development and Flexible Deployment of Adaptive Wireless Sensor Network Applications, ”Technical Report WUCSE-04-59, Department of Computer Science and Engineering Washington University, St. Louis, USA, 2004.
[6] J. Hill, R. Szewczyk, A. Woo, S. Hollar, D. Culler, and K. Pister, “System Architecture Directions for Networked Sensors”, Proceedings of International Conference on Architectural Support for Programming Languages and Operating Systems, pp. 93-104, Cambridge, MA, USA, November 2000.
[7] Atmel 8bit RISC processors, http://www.atmel.com/products/avr/
[8] Chipcon IEEE 802.15.4 Compliant RF Transmitter Single Chip, http://www.chipcon.com/
[9] J. Hill and D. Culler. “A Wireless Embedded Sensor Architecture for System-Level Optimization”, Technical Report, U.C. Berkeley, 2001.
[10] JTAG Technology, webpage, http://www.jtag.com/
[11] IEEE 802.15.4 Standard, http://www.ieee802.org/15/pub/TG4.html
[12] C.-C. Han, R. Kumar, R. Shea, E. Kohler and M. Srivastava, “A Dynamic Operating System for Sensor Nodes,” Proceedings of the 3rd International Conference on Mobile Systems, Applications, and Services, pp. 163-176, New York, NY, USA, 2005.
[13] D. Estrin, R. Govindan, J. Heidemann, S. Kumar, “Next Century Challenges: Scalable Coordination in Sensor Networks,” Proceedings of the 5th Annual ACM/IEEE International Conference on Mobile Computing and Networking, pp. 263-270, Seattle, Washington, USA, August 1999.
[14] D.L Black, D.B Golub, D.P. Julin, R.F. Rashid, R.P. Draves, R.W. Dean, A. Forin , J. Barrera, H. Tokuda, , G. Malan, , and D. Bohman , “Microkernel Operating System Architecture and Mach,” Proceedings of the Workshop on Micro-kernels and Other Kernel Architectures, pp. 11-30, April 1992
[15] I. F. Akyildiz, W. Su, Y. Sankarasubramaniam, and E. Cayirci, “A Survey on Sensor Networks,”, IEEE Communication Magazine, pp. 102-114, August 2002.
[16] K. R
指導教授 許健平(Jang-Ping Sheu) 審核日期 2006-6-29
推文 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聯絡  - 隱私權政策聲明