天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 自動化論文 >

WSN監(jiān)控系統(tǒng)中路由和網(wǎng)關(guān)系統(tǒng)的研究與實(shí)現(xiàn)

發(fā)布時(shí)間:2018-12-12 06:21
【摘要】:隨著信息技術(shù)的不斷發(fā)展,無線傳感器網(wǎng)絡(luò)(Wireless Sensor Network,WSN)逐漸被社會各界所重視,在智能家居、電力設(shè)備管理和智能監(jiān)控等各方面都有著廣泛的應(yīng)用。WSN中存在著很多的節(jié)點(diǎn),如何控制節(jié)點(diǎn)的拓?fù)?使傳感器網(wǎng)絡(luò)高效傳輸數(shù)據(jù);如何根據(jù)實(shí)際工作環(huán)境將WSN與現(xiàn)有通信網(wǎng)結(jié)合實(shí)現(xiàn)數(shù)據(jù)的遠(yuǎn)程傳輸;服務(wù)器如何對實(shí)時(shí)數(shù)據(jù)進(jìn)行接收和處理,這些都是WSN研究的重點(diǎn)。由于開源協(xié)議棧的缺失,大多數(shù)WSN路由研究都是通過理論分析或仿真改進(jìn)路由算法,較少通過硬件實(shí)現(xiàn)并進(jìn)行實(shí)際測試,而算法的合理性和正確性的論證需要理論與實(shí)踐相結(jié)合。在分析現(xiàn)有WSN路由算法的基礎(chǔ)上,本文研究了基于Msstate PAN協(xié)議棧的路由算法硬件實(shí)現(xiàn)方法,并在實(shí)際應(yīng)用中對硬件實(shí)現(xiàn)的路由算法進(jìn)行測試。將Msstate PAN移植到通用的CC2530平臺上,編程實(shí)現(xiàn)了固有路由算法和網(wǎng)絡(luò)組網(wǎng)等關(guān)鍵技術(shù)。在實(shí)際應(yīng)用環(huán)境中進(jìn)行路由算法關(guān)鍵參數(shù)影響網(wǎng)絡(luò)性能的硬件測試,分析路由關(guān)鍵參數(shù)的選擇依據(jù)和規(guī)律;通過改變網(wǎng)絡(luò)的拓?fù)浣Y(jié)構(gòu),分析不同拓?fù)浣Y(jié)構(gòu)對網(wǎng)絡(luò)性能的影響;最后在變電站現(xiàn)場進(jìn)行應(yīng)用實(shí)驗(yàn)。針對無線傳感器網(wǎng)絡(luò)網(wǎng)關(guān)通信方式單一、靈活性差的問題,設(shè)計(jì)并實(shí)現(xiàn)了一種自適應(yīng)WSN監(jiān)控系統(tǒng)網(wǎng)關(guān),網(wǎng)關(guān)能夠根據(jù)工作環(huán)境選擇以太網(wǎng)、WiFi、GPRS通信方式中的一種來轉(zhuǎn)發(fā)無線傳感器網(wǎng)絡(luò)的數(shù)據(jù)。處理器模塊采用具有32位處理器的STM32F107,具有速度快、芯片容量大、外部資源多等優(yōu)點(diǎn),能滿足系統(tǒng)開發(fā)的需求,通過設(shè)計(jì)處理器模塊與外圍Zig Bee模塊、GPRS模塊、WiFi模塊的接口電路,完成網(wǎng)關(guān)系統(tǒng)的硬件開發(fā);軟件開發(fā)主要涉及TCP/IP協(xié)議棧的移植、多種通信方式的選擇控制以及數(shù)據(jù)的發(fā)送接收等。最后,搭建溫濕度監(jiān)控實(shí)驗(yàn)系統(tǒng)對網(wǎng)關(guān)性能進(jìn)行測試,結(jié)果表明該網(wǎng)關(guān)有擴(kuò)展靈活、可靠性高、使用方便等特點(diǎn)。最后,在服務(wù)器端基于Socket編程開發(fā)了上位機(jī)軟件,實(shí)現(xiàn)數(shù)據(jù)的接收、存儲、查詢等功能,能夠?qū)SN數(shù)據(jù)進(jìn)行有效處理。
[Abstract]:With the development of information technology, wireless sensor network (Wireless Sensor Network,WSN) has been paid more and more attention in the smart home. Power equipment management and intelligent monitoring have been widely used. There are many nodes in WSN. How to control the topology of nodes and make sensor networks transmit data efficiently; How to combine WSN with the existing communication network according to the actual working environment to realize the remote transmission of data, and how to receive and process the real-time data by the server are all the emphases of the WSN research. Due to the lack of open source protocol stack, most of the WSN routing research is through theoretical analysis or simulation to improve the routing algorithm, less through hardware implementation and actual testing. The rationality and correctness of the algorithm need the combination of theory and practice. Based on the analysis of the existing WSN routing algorithms, the hardware implementation method of the routing algorithm based on the Msstate PAN protocol stack is studied in this paper, and the hardware routing algorithm is tested in the practical application. The Msstate PAN is transplanted to the general CC2530 platform, and the inherent routing algorithm and network networking are realized by programming. In the practical application environment, the hardware test of the key parameters of routing algorithm affecting the network performance is carried out, and the selection basis and rule of the key parameters of routing are analyzed, and the influence of different topology structures on the network performance is analyzed by changing the topology structure of the network. Finally, the application experiment is carried out in the substation field. Aiming at the problem of single communication mode and poor flexibility of wireless sensor network gateway, an adaptive WSN monitoring system gateway is designed and implemented. The gateway can select Ethernet and WiFi, according to the working environment. A method of GPRS communication to transmit data from a wireless sensor network. STM32F107, with 32-bit processor has the advantages of high speed, large chip capacity and many external resources. It can meet the needs of system development. By designing processor module, peripheral Zig Bee module, GPRS module, etc. The interface circuit of the WiFi module completes the hardware development of the gateway system; Software development mainly involves the transplantation of TCP/IP protocol stack, the selection and control of various communication modes and the transmission and reception of data. Finally, the performance of the gateway is tested by setting up the temperature and humidity monitoring experiment system. The results show that the gateway has the characteristics of flexible expansion, high reliability and easy to use. Finally, the upper computer software is developed on the server side based on Socket, which realizes the functions of receiving, storing and querying the data, and can deal with the WSN data effectively.
【學(xué)位授予單位】:華北電力大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2016
【分類號】:TN929.5;TP212.9;TN915.05

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 劉貞;丁明理;王祁;;WSN多節(jié)點(diǎn)決策信息融合在機(jī)器人自主導(dǎo)航中的應(yīng)用[J];電子學(xué)報(bào);2008年12期

2 王培東;梁麗麗;叢軼姝;;基于改進(jìn)遺傳模擬退火算法的WSN路徑優(yōu)化[J];微型機(jī)與應(yīng)用;2011年07期

3 朱偉龍;陳傳峰;;WSN安全通信的形式化驗(yàn)證[J];信息安全與通信保密;2013年04期

4 韓明軍;熊焰;陸琦瑋;龔旭東;劉濤;;無人值守WSN中基于中國剩余定理的可靠數(shù)據(jù)生存方案[J];計(jì)算機(jī)應(yīng)用;2013年05期

5 金紅;蔣存波;項(xiàng)春雷;陳麗虹;;一種融合WSN的現(xiàn)場總線控制系統(tǒng)多協(xié)議控制器[J];計(jì)算機(jī)測量與控制;2014年03期

6 林俊如;朱寶暉;王秋石;曾鵬;于海斌;;輸電線路在線監(jiān)測WSN能耗均衡研究[J];計(jì)算機(jī)應(yīng)用研究;2012年08期

7 鄧延安;沈連豐;;WSN中運(yùn)動物體監(jiān)測的節(jié)點(diǎn)控制策略[J];計(jì)算機(jī)工程;2009年14期

8 陶昆;吳艦;;WSN在花卉大棚中的應(yīng)用研究[J];自動化與儀器儀表;2011年05期

9 周捷;郭淵博;胡凌燕;;WSN中針對節(jié)點(diǎn)捕獲攻擊的檢測與控制[J];西安電子科技大學(xué)學(xué)報(bào);2012年01期

10 郭龍;熊偉;李牧東;;一種基于WSN的機(jī)器人三維精確定位算法[J];無線電工程;2012年08期

相關(guān)會議論文 前4條

1 灻宏P(guān)I;_5PI;;WSN在城市地,

本文編號:2374085


資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/zidonghuakongzhilunwen/2374085.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶f1e10***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com