基于CDMA的无线传感器网络监控数据在线管理系统的设计.pdf
中文摘要
随着计算机技术和网络通信技术的快速发展,网络化的联网监控需求越来越
大。传统的监控系统受技术发展的局限,只能进行现场监视,传输简单的报警信
息,不能远距离传输信号。论述了基于CDMA的无线传感器网络监控数据在线管
理系统开发的全过程。对在线管理系统进行了课题研究,总体设计,详细设计与
系统的开发和测试。采用了Microsoft公司的SQLServer2005开发了系统的数据
库,采用了C#技术作为动态网站技术的前台。整个系统操纵简单,界面友好,运
行稳定,有一定的实用性。
关键词无线传感器网络,数据监控,码分多址,在线管理管理系统
外文摘要
TitleCDMA-BasedWirelessSensorNetworks
ManagementSysteForOnlineMonitoring
Abstract
Withthecomputertechnologyandtherapiddevelopmentofnetwork
counicationtechnology,networkmonitoringbecomesmoreandmoreimportant.
Traditionalsurveillancesystemsislimitedbyoutdatedtechnology,soitonlycanbe
usedinon-sitemonitoring.Onlysimplealarinformationandthesignalwhichrelyon
theclosecanbetransferred.ThewholedevelopmentprocessoftheWSNmanagement
systeforonlinemonitoringdatawhichbasedonCDMAisdiscussed.Issues,design,
detaileddesignarestudiedinthesystem.Thesystetestingisdescribedinthelast
segmentofthisarticle.TheSQLServer2005isusedasthedatabasedevelopment
tool.C#dynamicwebtechnologyisusedasprosceniu.Thesystecanbeoperatedeasily,
friendlyandwithflexibility.Thesystealsohasthecharacteristicsofhighsecurityand
stability.
KeywordsWSN,DataMonitoring,CDMA,OnlineManagementSyste
目录
1引言1
1.1课题研究背景1
1.2课题研究意义1
1.3开发工具简介2
1.3.1ASP.NET2
1.3.2C#3
1.3.3SQL数据库4
1.3.4ADO.NET技术简介5
1.4国内外研究与应用情况6
1.5本章小结8
2总体设计8
2.1需求分析8
2.2系统技术可行性分析9
2.3总体技术方案9
2.4系统功能模块11
2.4.1用户登录功能模块11
2.4.2用户注册功能模块11
2.4.3前台功能模块12
2.4.4后台功能模块12
2.5本章小结13
3详细设计13
3.1系统登录模块设计13
3.2系统注册模块设计14
3.3前台功能模块设计15
3.3.1页面功能15
3.3.2系统查询功能16
3.4