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

6LoWPAN協(xié)議的研究及在嵌入式RTOS上的實現(xiàn)

發(fā)布時間:2018-06-07 22:28

  本文選題:6LoWPAN + RTOS; 參考:《電子科技大學(xué)》2014年碩士論文


【摘要】:6LoWPAN即IPv6 over Low Power Wireless Personal Area Network,是低速無線個域網(wǎng)的標(biāo)準(zhǔn),其目標(biāo)是將IPv6協(xié)議能夠運行到基于IEEE802.15.4網(wǎng)絡(luò)的無線個域網(wǎng)中。到目前為止,IP協(xié)議仍然不能應(yīng)用在無線個域網(wǎng)中,因為在基于IEEE802.15.4標(biāo)準(zhǔn)的無線個域網(wǎng)中,鏈路層最大幀的的容量是127個字節(jié),因此無論是IP協(xié)議的報頭大小還是報文大小相對無線個域網(wǎng)來說都是不可接受的,6LoWPAN技術(shù)的提出正是解決如何將IP協(xié)議應(yīng)用到無線個域網(wǎng)中,6LoWPAN技術(shù)通過包頭壓縮、分片重組等方式,解決IP協(xié)議包頭過大和協(xié)議地址字段過長的問題,使得IP協(xié)議能夠應(yīng)用到無線個域網(wǎng)中去。6LoWPAN技術(shù)和嵌入式RTOS結(jié)合的優(yōu)勢在于可以實現(xiàn)一個應(yīng)用平臺,使得相關(guān)的應(yīng)用能夠在此平臺上易于實現(xiàn)。首先,嵌入式RTOS上可以獨立運行TCP/IP協(xié)議棧直接與互聯(lián)網(wǎng)進行通信,實現(xiàn)無線個域網(wǎng)和互聯(lián)網(wǎng)的無縫連接。其次,與6LoWPAN技術(shù)相結(jié)合的嵌入式RTOS運行在網(wǎng)關(guān)節(jié)點上,可以實現(xiàn)對無線個域網(wǎng)的管理和監(jiān)測,網(wǎng)關(guān)節(jié)點一般采用電源供電,而無線節(jié)點一般采用電池續(xù)航,并且其內(nèi)存和CPU主頻等硬件條件都決定了電池供電的無線節(jié)點難以完成此工作。再次,網(wǎng)關(guān)功能的可擴展性取得很大提升,能夠?qū)崿F(xiàn)復(fù)雜應(yīng)用,如對無線傳感器網(wǎng)絡(luò)收集到的數(shù)據(jù)進行及時處理,并進行決策等功能。本文在深入學(xué)習(xí)6LoWPAN及其相關(guān)技術(shù)的基礎(chǔ)上,提出了合理的系統(tǒng)方案,將編寫的6LoWPAN適配層與支持IPv6的協(xié)議棧進行結(jié)合,并最終在aCoral操作系統(tǒng)上實現(xiàn)了支持6LoWPAN的網(wǎng)絡(luò)功能。本文完成的主要工作有:設(shè)計合理的系統(tǒng)方案,編寫6LoWPAN適配層,編寫相關(guān)驅(qū)動程序,在aCoral操作系統(tǒng)上完成系統(tǒng)實現(xiàn),進行相關(guān)的測試。經(jīng)測試,各個模塊能夠正確、穩(wěn)定的工作,并對系統(tǒng)的整體實現(xiàn)進行嚴(yán)格的測試,通過對接收報文逐層進行分析,確保從IEEE802.15.4底層網(wǎng)絡(luò)接收到的報文是經(jīng)過6LoWPAN適配層正確處理的,并利用合理的測試方案,測試了在應(yīng)用層進行通信的正確性,進而完成了本文的目標(biāo),在aCoral操作系統(tǒng)實現(xiàn)了支持6LoWPAN的網(wǎng)絡(luò)功能。
[Abstract]:6LoWPAN (IPv6 over low Power Wireless personal Area Network) is the standard of low speed wireless personal Area network. Its goal is to run IPv6 protocol into wireless personal area network based on IEEE 802.15.4 network. Up to now, the IP protocol can not be used in wireless personal area networks, because in IEEE 802.15.4 standard wireless personal area networks, the maximum frame capacity of link layer is 127 bytes. Therefore, whether the header size or packet size of IP protocol is unacceptable compared with wireless personal area network, the proposal of "6LoWPAN" is to solve the problem of how to apply IP protocol to wireless personal area network (WLAN) and how to compress 6LoWPAN by packet head. In order to solve the problem that IP protocol packet head is too large and protocol address field is too long, the advantage of combining .6LoWPAN technology with embedded RTOS is that IP protocol can be applied to wireless personal area network. So that the related applications can be easily implemented on this platform. Firstly, the embedded RTOS can run TCP / IP stack independently and communicate directly with the Internet to realize the seamless connection between wireless personal area network and Internet. Secondly, the embedded RTOS, which is combined with 6LoWPAN technology, runs on the gateway node, which can realize the management and monitoring of wireless personal area network. The gateway node generally uses power supply, while the wireless node generally adopts battery life. And the hardware conditions such as memory and CPU main frequency make it difficult for the battery-powered wireless node to finish the work. Thirdly, the scalability of the gateway is greatly improved, and it can realize complex applications, such as timely processing of the data collected by wireless sensor networks, and decision making and so on. Based on the deep study of 6LoWPAN and its related technologies, this paper puts forward a reasonable system scheme, combines the 6LoWPAN adaptation layer with the IPv6 protocol stack, and finally realizes the network function supporting 6LoWPAN on the aCoral operating system. The main work of this paper is as follows: design a reasonable system scheme, write 6LoWPAN adaptation layer, write a related driver, complete the system implementation on aCoral operating system, carry on the related test. After testing, each module can work correctly and stably, and the overall implementation of the system is strictly tested. By analyzing the received packets layer by layer, the message received from the bottom network of IEEE 802.15.4 is handled correctly by the 6LoWPAN adaptation layer. The correctness of the communication in the application layer is tested with a reasonable test scheme, and the goal of this paper is fulfilled. The network function supporting 6LoWPAN is realized in the aCoral operating system.
【學(xué)位授予單位】:電子科技大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2014
【分類號】:TN915.04;TP212.9

【相似文獻】

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

1 楊正琦 ,陳敦貴;5803C型微機的RTOS[J];兵工自動化;1985年02期

2 陳亨勛;實時多任務(wù)操作系統(tǒng)Z80-RTOS的設(shè)計[J];冶金自動化;1989年01期

3 ;RTOS標(biāo)準(zhǔn)縮短開發(fā)時間[J];電子設(shè)計技術(shù);2000年01期

4 韓青;RTOS的必備特性[J];單片機與嵌入式系統(tǒng)應(yīng)用;2004年02期

5 謝光強;;基于RTOS開發(fā)嵌入式系統(tǒng)初探[J];電腦知識與技術(shù);2006年23期

6 金啟超;花思洋;姚衛(wèi)兵;韋東;;基于RTOS的微機保護軟件設(shè)計方案[J];電網(wǎng)技術(shù);2006年S2期

7 呂殿基;;單片機RTOS的開發(fā)[J];科技資訊;2007年11期

8 耿登田;嵌入式系統(tǒng)中RTOS響應(yīng)能力分析[J];無線電通信技術(shù);1998年05期

9 楊增汪;單片機的RTOS開發(fā)平臺[J];中國科技信息;2005年16期

10 易宏宇;宗光華;王巍;;基于RTOS的幕墻擦洗機器人平臺控制系統(tǒng)開發(fā)[J];軍民兩用技術(shù)與產(chǎn)品;2007年02期

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

1 金啟超;花思洋;姚衛(wèi)兵;韋東;;基于RTOS的微機保護軟件設(shè)計方案[A];2006電力系統(tǒng)自動化學(xué)術(shù)交流研討大會論文集[C];2006年

2 樸勇惺;龔世敏;劉朝輝;唐斌;李忠明;;基于RTOS的保護測控一體化裝置的實現(xiàn)[A];第八屆長三角電機、電力科技分論壇論文集[C];2011年

3 徐會冬;謝敏;;嵌入式技術(shù)的實際應(yīng)用及前景[A];廣西計算機學(xué)會——2004年學(xué)術(shù)年會論文集[C];2004年

4 彭玉靈;;嵌入式實時系統(tǒng)及中國RTOS的發(fā)展[A];中國自動化學(xué)會、中國儀器儀表學(xué)會2004年西南三省一市自動化與儀器儀表學(xué)術(shù)年會論文集[C];2004年

5 徐會冬;謝敏;;嵌入式技術(shù)的實際應(yīng)用及前景[A];廣西計算機學(xué)會2004年學(xué)術(shù)年會論文集[C];2004年

6 李敏;楊麗莎;王慧;;基于ARM SOC與RTOS的專用設(shè)備控制器設(shè)計[A];中國儀器儀表學(xué)會學(xué)術(shù)論文集[C];2004年

7 施順國;孟憲元;梅順良;;基于SOPC的嵌入式系統(tǒng)設(shè)計[A];全國第一屆信號處理學(xué)術(shù)會議暨中國高科技產(chǎn)業(yè)化研究會信號處理分會籌備工作委員會第三次工作會議?痆C];2007年

8 張建志;;iRMX環(huán)境下的實時程序設(shè)計[A];中國工程物理研究院科技年報(1999)[C];1999年

相關(guān)重要報紙文章 前3條

1 ■ 李梅;RTOS新特征適應(yīng)高檔汽車應(yīng)用[N];計算機世界;2005年

2 ;IDE采購四策略[N];計算機世界;2002年

3 四川 楊葉珍;嵌入式Internet技術(shù)及其應(yīng)用[N];電子報;2003年

相關(guān)碩士學(xué)位論文 前10條

1 張潔;應(yīng)用RTOS進行變電站綜合自動化系統(tǒng)開發(fā)的研究[D];華中科技大學(xué);2004年

2 劉玉娟;基于RTOS的微機保護平臺的研究[D];華北電力大學(xué)(北京);2005年

3 談發(fā)明;基于中低端單片機的搶占式RTOS精簡設(shè)計[D];南京理工大學(xué);2009年

4 余化鵬;基于RTOS的DSP硬實時開發(fā)平臺的設(shè)計[D];電子科技大學(xué);2007年

5 曹一鵬;基于八位微控制器的RTOS研究與實現(xiàn)[D];沈陽航空工業(yè)學(xué)院;2009年

6 劉韶華;基于DSP的嵌入式系統(tǒng)平臺設(shè)計及RTOS應(yīng)用研究[D];東南大學(xué);2004年

7 黃志宏;基于RTOS的無接觸小位移測量系統(tǒng)的設(shè)計與實現(xiàn)[D];武漢理工大學(xué);2006年

8 田國華;基于μC/OS-Ⅱ的嵌入式RTOS軟件平臺構(gòu)建及其應(yīng)用研究[D];西北農(nóng)林科技大學(xué);2006年

9 徐春生;基于SoC和RTOS的便攜式數(shù)采分析儀的研究與開發(fā)[D];天津大學(xué);2005年

10 趙成;基于RTOS的嵌入式溫濕度控制系統(tǒng)的設(shè)計與應(yīng)用[D];山東大學(xué);2007年

,

本文編號:1993049

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

本文鏈接:http://www.sikaile.net/kejilunwen/wltx/1993049.html


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

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