博碩士論文 965202028 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:43 、訪客IP:3.145.102.187
姓名 林文勇(Wun-Yong Lin)  查詢紙本館藏   畢業系所 資訊工程學系
論文名稱 以RFID為基礎建構資訊服務平台 - 後端Server平台設計與實現
(A RFID-based Information Service Platform - Design and Implementation of Back-end Server)
相關論文
★ 2.4GHz無線傳輸系統於遙測與GPS數據整合之研製★ 2.4GHz之無線電波室內傳播通道特性量測與分析
★ K波段地面鏈路降雨衰減效應之研究★ 多層非均勻介質之微波散射模擬分析
★ 全球衛星定位系統(GPS)接收器RF module設計與製作★ 全球衛星定位系統(GPS)接收器 基頻電路與天線之設計製作
★ Ka 波段地面鏈路降雨效應與植被遮蔽 效應之研究★ 地面遙測影像雷達發射與接收模組之設計
★ 合成孔徑雷達之移動目標物速度估測研究★ 微波散射理論於地表散射之研究
★ 一個新穎的方法來實現高光譜遙測影像分類★ 5.3GHz 昇頻器與降頻器設計與製作
★ 5.3GHz室內電波傳播特性量測與分析★ 地面遙測影像雷達及數位信號處理之設計
★ 5.3GHz射頻放大器模組之設計與製作★ 5.3GHz無線網路收發機之基頻電路設計與製作
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著RFID技術的發展,其相關應用也越來越普遍,其中最常見的包括物流管理、安全監控等相關領域。RFID最大的特性在於,每個標籤 (TAG) 都有一個唯一的編號,藉由讀取器將標籤編號傳到後端應用伺服器即可對目標物進行辨識。
本研究在後端應用伺服器上提出主從式架構,除了可以方便使用者對環境的監控管理之外,也可以藉由網際網路將RFID資訊傳到遠端的伺服器上,讓遠端的伺服器可以同時監管多個RFID系統。系統中,還整合地理資訊系統 (GIS) 與開發管理平台,讓使用者可以針對RFID資訊進行管理與決策分析。此外結合手持式裝置 (PDA) 的使用,讓使用者到現地去進行探查、維護的工作可以更加便利。
在系統整合的資料同步上,本研究改用自行開發的常駐程式來取代利用ODBC (Open DataBase Connectivity,開放式資料庫連接介面) 的方式存取資料庫;透過這樣的方式,可以讓嵌入式資料庫的選擇不必受限於ODBC的支援性,讓採用各種嵌入式作業系統的手持式裝置 (PDA),例如:Windows Mobile、Linux等,都可以結合到系統上。除此之外,手持式裝置 (PDA) 只需要把需求傳送到伺服器上,大部分運算的工作都交由伺服器處理,可以減輕手持式裝置 (PDA) 的負擔。
摘要(英) With rapid development of the RFID technology, its applications are becoming even more widespread, especially in logistics management and security monitoring. One of the key features of the RFID is that each tag has a unique number, and thus one can pass it to a back-end application server through RFID reader for identification of the object.
In this study, we propose a master-slave architecture on the back-end application server. It allows users to manage the RFID system conveniently, and send the RFID data to a remote server via Internet for monitoring a number of RFID systems simultaneously. The system also integrates the geographic information system (GIS) for users to manage and to analysis the received RFID data. In addition, by using the PDA device, the user can efficiently explore and maintain RFID system.
As for data synchronization, this study uses self-developed program instead of accessing database through ODBC (Open DataBase Connectivity). Through this way, the choice of embedded database could not confine the support of ODBC, so that the PDA device with different embedded operating systems, such as Windows Mobile, Linux, can be integrated into the system. In addition, the PDA device needs only to send the query to the server, most of the work of computing are all dealt by the server, thus it can reduce the computing load of a PDA device.
關鍵字(中) ★ 伺服器
★ 標籤
★ 讀取器
★ 無線射頻辨識
關鍵字(英) ★ RFID
★ Reader
★ Tag
★ Server
論文目次 目 錄
頁次
中文摘要 ........................................i
ABSTRACT ........................................ii
誌謝 ........................................iii
目 錄 ...............................iv
圖目錄 List of Figures ......................vi
表目錄 List of Tables ......................ix
一、緒論 ........................................1
1-1 RFID資訊服務平台介紹 ......................1
1-2 現行系統之應用與優缺點 ......................2
1-2-1 應用 ...............................3
1-3 研究動機 ...............................7
1-4 論文架構 ...............................8
二、系統相關原理 ...............................10
2-1 無線射頻辨識(RFID)技術原理與簡介 ...10
2-1-1 無線射頻辨識技術之簡介 .............10
2-1-2 無線射頻辨識技術之運作原理 .............12
2-1-3 RFID與其他無線射頻辨識系統之比較 ....13
2-2 地理資訊系統 ...............................15
2-3 資料庫管理系統 ......................20
2-4 檔案傳輸協定 ...............................21
三、系統架構 ...............................22
3-1 系統運作情境與規劃 ......................22
3-2 硬體簡介 ...............................25
3-2-1 主動式RFID模組 ......................25
3-2-2 無線網路存取點 ......................27
3-2-3 PC Server規格 ......................28
3-3 軟體簡介 ...............................29
3-3-1 Middleware ...............................29
3-3-2 SQL Server 2005 Express .............30
3-3-3 ArcGIS 9.0 ...............................30
3-3-4 FileZilla ...............................31
3-3-5 ZedGraph ...............................32
四、系統實作 ...............................33
4-1 系統設計 ...............................33
4-2 資料庫規劃 ...............................36
4-2-1 RFID資訊相關資料表 ......................36
4-2-2 管理平台相關資料表 ......................39
4-3 同步程式開發 ...............................44
4-3-1 區域端同步程式開發 ......................44
4-3-2 中央端同步程式開發 ......................47
4-4 管理平台開發 ...............................47
4-4-1 區域端管理平台開發 ......................48
4-4-2 中央端管理平台開發 ......................49
4-5實地實驗 ...............................50
五、成果展示 ...............................56
六、結論與未來展望 ...............................72
參考文獻 ........................................74
參考文獻 參考文獻
[1]郭俊宏,「無線射頻辨識 (RFID) 應用於古蹟修護決策支援管理系統之研發」,國立台灣科技大學碩士論文,2006年7月
[2]岸上順一,圖解RFID, 全華科技圖書股份有限公司, 2006年
[3]http://www.official-bs.com/blog/tag/rfid/
[4]蔡穗山,「可調輻射功率於RFID多重標籤應用之研究」,國立高雄大學碩士論文,2008年1月
[5]林宗明,「RFID技術應用於停車管理之規劃」,國立中央大學碩士論文,2007年7月
[6]http://lab.geog.ntu.edu.tw/course/gislucc/GIS_introduction.pdf
[7]上河文化:大地座標系統與二度分帶座標 http://www.sunriver.com.tw/grid_tm2.htm
[8]http://zh.wikipedia.org/w/index.php?title=%E6%AA%94%E6%A1%88%E5%82%B3%E8%BC%B8%E5%8D%94%E5%AE%9A&variant=zh-tw
[9]諾旗科技 http://www.pflag.com.tw/product/product.asp?cate=7
[10]http://msdn.microsoft.com/zh-tw/library/ms165588(SQL.90).aspx
[11]http://www.microsoft.com/taiwan/sql/prodinfo/features/compare-features.mspx
[12]陳錦嫣,黃國展,GIS與空間決策分析 ArcGIS入門與進階,新文京開發出版股份有限公司,2007
[13]http://www.codeproject.com/KB/graphics/zedgraph.aspx
[14]RFID ABC http://pmlab.iecs.fcu.edu.tw/~martial/RFIDelearning/home.htm
[15]Zigbee http://zh.wikipedia.org/wiki/ZigBee
[16]Zigbee Alliance http://www.zigbee.org/
[17]Digi-Key http://parts.digikey.com/1/parts/638811-board-rs232-zigbee-mod-pro-xbib-r.html
[18]Database management system http://en.wikipedia.org/wiki/Database_management_system
指導教授 陳錕山、曾裕強
(Kun-Shan Chen、Yu-Chang Tzeng)
審核日期 2009-7-30
推文 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聯絡  - 隱私權政策聲明