安徽建筑大学毕业设计(论文)
安徽建筑大学
毕 业 设 计 (论 文)
专 业 通信 工程 班 级 11通信2班
姓 名 王珊珊 学 号 11205090330 课 题 基于物联网的城市停车场智能管理系统
——停车场管理及信息发布平台设计
指导教师 夏巍
2015 年 6 月 4 日
安徽建筑大学毕业设计(论文)
摘 要
随着我国的汽车市场的高速发展,汽车对其配套设施尤其是停车场提出了更高的要求。为了降低运营成本,提高停车场的管理效率和服务质量,RFID(无线射频识别技术)和Web等技术被越来越多的应用于停车场管理系统。
本课题的主要目标是设计并实现一个基于RFID、 ZigBee无线传感网络的物联网技术和Web技术的停车场管理系统。结合实践,利用成熟的RFID读写技术,基于SpringMVC整合Hibernate的设计模型,使用Oracle数据库管理系统来完成上位机与下位机串口通信的功能并设计出停车场管理平台。实现用户刷卡入库登记和管理,并自动计费以及停车场管理员应对特殊情况能控制闸门开关,查看停车场车位状况(包括是否被占用、湿度、温度和可燃气体浓度),并通过无线网络在手机等智能终端上进行实时发布,也可以通过手机等智能终端对区域内的停车场的车位进行查询、充值和支付。
关键词:物联网;上位机;串口通信;停车场管理平台
I
安徽建筑大学毕业设计(论文)
Abstract
With the development of China's auto market, the car has higher requirements for its facilities, especially the parking lot. In order to reduce the operating costs, improve the management efficiency and service quality of the parking lot, RFID (radio frequency identification technology) and Web technology are more and more applied to the parking management system.
The main goal of this thesis is to design and implement a parking management system based on ZigBee and RFID wireless sensor network technology and Web technology.. Combined with practice, using mature RFID technology to read and write, springmvc hibernate integration design model based on using Oracle database management system to complete the upper machine and the lower position machine serial communication function and design of the parking lot management platform. Realize the user card warehousing registration and management, and automatic charging and parking administrator to deal with special circumstances can control opening and closing of the gate, view parking parking status (including is occupied, humidity, temperature and concentration of combustible gas) and through a wireless network in mobile phones and other intelligence can terminal release real time, you can also query, reservation, recharge and payment by intelligent terminals such as mobile phone within the area of parking spaces.
Keywords:The Things Of Internet;Upper Computer;Serial Communication;Parking Management Platform
1
安徽建筑大学毕业设计(论文)
目录
摘 要 ................................................................................................................... I Abstract .................................................................................................................. 1 目录........................................................................................................................ 2 1 绪论.................................................................................................................... 4
1.1 选题背景................................................................................................. 5 1.2 停车场管理系统发展现状..................................................................... 6 1.3 停车场管理系统研究内容..................................................................... 6 2 系统方案的设计................................................................................................ 8
2.1 系统功能................................................................................................. 8 2.2 系统框图................................................................................................. 8 2.3 系统方案选择......................................................................................... 9
2.3.1 选择B/S开发.............................................................................. 9 2.3.2 采用Spring整合Hibernate框架 ............................................. 10 2.3.3 采用Oracle数据库 ................................................................... 10 2.3.4 选取Eclipse作为开发环境 ...................................................... 11 2.2.5选取Tomcat7.0作为web服务器 ............................................. 12 2.2.6选取JDK6.0作为软件开发工具包 .......................................... 12 2.2.7选取jQgrid作为Web前台表格控件 ....................................... 12 2.2.8选取artDialog作为web对话框组件 ....................................... 13
3 系统软件设计与实现...................................................................................... 14
3.1 上位机与下位机的通信协议............................................................... 14 3.2 Java串口通信的具体实现 ................................................................... 17
3.2.1 常见的Java串口包 .................................................................. 18 3.2.2 串口包的安装(Windows下) ..................................................... 18 3.2.3串口API概览 ............................................................................ 18 3.3 登陆和注册功能的实现..................................................................... 19 3.4 验证码的生成和校验........................................................................... 20
3.4.1 验证码的生成............................................................................ 20 3.4.2 验证码的校验............................................................................ 20
2
相关推荐: