博碩士論文 101552014 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:12 、訪客IP:18.224.33.107
姓名 林孜怡(Tzu-Yi Lin)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 應用於物聯網裝置之嵌入式資料庫引擎設計
(Design of An Embedded Database Engine for Internet-of-Things Devices)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 在物聯網議題正發展的如火如荼的現今,為了因應異地備份以及網路安全的需求,本論文提出了應用於物聯網裝置之嵌入式資料庫引擎設計,使用MIAT嵌入式系統設計方法論,結合一個低功耗的微控制器,並以SD卡做為資料庫儲存媒介,設計且整合了資料庫引擎、資料加解密、檔案系統模組以及嵌入式網站伺服器模組這四個模組。
本論文實做了溫度感測實驗,經由加密處理,利用SQL演算法,將資料儲存於由檔案系統模組所連結的儲存裝置的文件當中,並透過乙太網路以及HTML5撰寫的網頁,使使用者能透過管制圖的方式清楚的掌握狀況。
由於物聯網的發展是個絕對趨勢,因此提供給使用者本地備份的需求,也能及資料安全的疑慮,本論文提出此嵌入式資料庫引擎的應用,並驗證其可行性,使其能兼顧資安及隨時掌握裝置使用的狀況。
摘要(英) Internet-of-Things is the popular topic today. In response to an offsite backup and network security requirements, we present a design of an embedded database engine for Internet-of-Things devices.
We used MIAT embedded system design methodology for combined with a low-power microcontroller and SD card as the data storage. And we design and integration of the four modules: database engine module, data encryption and decryption module, file system module and the embedded web server module.
This thesis will present a temperature sensor experiments and used the SQL algorithm and the encryption process, stored the data in the file system module that connecting the storage device.
Finally, we not only apply this platform but also present a search web page written by HTML5. So that users can clearly to hold the device’s situation through the control chart.
關鍵字(中) ★ 嵌入式
★ 資料庫
★ 物聯網
關鍵字(英) ★ embedded
★ database
★ Iot
論文目次 摘 要 I
ABSTRACT II
致謝 III
目錄 IV
圖目錄 VII
表目錄 IX
第一章、緒論 1
1.1研究背景與動機 1
1.2研究目的 2
1.3 論文架構 3
第二章、相關技術回顧 4
2.1檔案系統 4
2.1.1 檔案配置表 4
2.1.2 檔案配置文件系統 5
2.2資料加解密 6
2.3結構化查詢語言 9
2.3.1 發展歷史 9
2.3.2 標準化 10
2.3.3 語法元素 10
2.4統計製程管制 12
第三章、嵌入式資料庫引擎設計 14
3.1 系統設計 15
3.1.1 IDEF0階層式架構設計 16
3.1.2 Grafcet離散事件建模 18
3.2嵌入式資料庫引擎模組設計 20
3.2.1 資料庫引擎模組 20
3.2.2 資料加解密模組設計 24
3.2.3 檔案系統模組設計 29
3.2.4 嵌入式網站伺服器模組 31
3.2.5 系統整合模組 32
第四章 系統整合實驗 35
4.1實驗平台 35
4.1.1 SIOC實驗版 35
4.1.2 SD CARD 36
4.1.3 乙太網路 37
4.1.4 軟體實驗平台 38
4.2 嵌入式資料庫引擎驗證 39
4.3 系統整合軟體驗證 40
第五章 結論與未來研究方向 44
5.1 結論 44
5.2 未來研究方向 45
參考文獻 46
附錄 48
SubBytes副程式 48
ShiftRows副程式 49
MixColumns副程式 50
AddRoundKey副程式 51
DeSubBytes副程式 52
DeShiftRows副程式 53
DeMixColumns副程式 54
網站伺服器副程式 55
參考文獻 [1] Shanzhi Chen, Hui Xu, Dake Liu, Bo Hu, Hucheng Wang, ”A Vision of IoT: Applications, Challenges, and Opportunities With China Perspective”, IEEE Internet of Things Journal, VOL.1, pp. 349-359, 2014
[2] CASAGRAS Standards ”CASAGRAS Standards”, [Online] http://www.iot-casagras.org/
[3] Libelium, ”50 Sensor Applications for a Smarter World”, 2014. [Online] http://www.libelium.com/top_50_iot_sensor_applications_ranking
[4] MIKE2.0 Big Data Definition, ”Big Data Definition”, [Online] http://mike2.openmethodology.org/wiki/Big_Data_Definition
[5] Gartner, ”Hunting & Harvesting in a Digital World: The 2013 CIO Agenda”, 2013
[6] SUNNYVALE, Calif., ”Proofpoint Uncovers Internet of Things (IoT) Cyberattack”, 2014
[7]DBMS, ”Database Management Systems (DBMSs)”, [Online] http://en.wikipedia.org/wiki/Database
[8]SQL, ”SQL”, [Online] http://en.wikipedia.org/wiki/SQL
[9] FAT, ”FAT”, [Online] http://zh.wikipedia.org/wiki/FAT
[10] ChaN, ”FatFs - Generic FAT File System Module”, [Online] http://elm-chan.org/fsw/ff/00index_e.html
[11]AES, ”AES”, [Online] http://en.wikipedia.org/wiki/Advanced_Encryption_Standard
[12]DES, ”DES”, [Online] http://en.wikipedia.org/wiki/Data_Encryption_Standard
[13]E.F.Codd. , ”A Relational Model of Data for Large Shared Data Banks”, 1970.
[14]D.D.Chamberlin, R.F.Boyce. , ”SEQUEL:A strctured English query language”, 1974
[15] Shewhart, W.A., ”The economic control of quality of manufactured product” , New York: D Van Nostrand, 1931
[16] C.H. Chen, C.M. Kuo, C.Y. Chen, J.H. Dai, “The design and synthesis using hierarchical robotic discrete-event modeling”, Journal of Vibration and Control, vol.19, no.11, pp.1603–1613, 2013
[17] R.J. Mayer, “IDEF0 Function Modeling”, Air Force Systems Command, 1992
[18] C.H. Chen, C.M. Kuo, C.Y. Chen, J.H. Dai, “The design and synthesis using hierarchical robotic discrete-event modeling”, Journal of Vibration and Control, vol. 19, no. 11, pp.1603–1613, 2013
[19] C.H. Chen, J.H. Dai, ”Design and high-level synthesis of hybrid controller”, Sensing and Control, 2004 IEEE International Conference on Networking, vol.1, pp.21-23, 2004
指導教授 陳慶瀚(Ching-Han Chen) 審核日期 2014-11-13
推文 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聯絡  - 隱私權政策聲明