传感器服务平台的设计与实现(学位论文-工学)

上传人:飞*** 文档编号:2806609 上传时间:2017-07-27 格式:DOCX 页数:69 大小:3.34MB
返回 下载 相关 举报
传感器服务平台的设计与实现(学位论文-工学)_第1页
第1页 / 共69页
传感器服务平台的设计与实现(学位论文-工学)_第2页
第2页 / 共69页
传感器服务平台的设计与实现(学位论文-工学)_第3页
第3页 / 共69页
传感器服务平台的设计与实现(学位论文-工学)_第4页
第4页 / 共69页
传感器服务平台的设计与实现(学位论文-工学)_第5页
第5页 / 共69页
点击查看更多>>
资源描述

《传感器服务平台的设计与实现(学位论文-工学)》由会员分享,可在线阅读,更多相关《传感器服务平台的设计与实现(学位论文-工学)(69页珍藏版)》请在金锄头文库上搜索。

1、谨 以 此 文 献 给 所 有 帮 助 过 我 的老 师 、 亲 人 和 朋 友 !-郭 宗 辉传 感 器 服 务 平 台 的 设 计 与 实 现摘要The internet of things(物联网)的概念至 1999 年被提出以来,纷纷受到各国 政 府 和 企 业 的 高 度 重 视 。 物 联 网 是 实 现 “人 与 物 , 物 与 物 ”间 信 息 交 互 的 一 种网 络 , 集 成 了 感 知 、 传 输 、 存 储 、 智 能 分 析 和 处 理 的 功 能 , 具 有 独 立 性 、 互 动 性 、灵 活 性 和 可 扩 展 性 的 特 点 。 传 感 器 技 术 也 是

2、世 界 各 国 高 新 技 术 的 重 要 组 成 部 分 ,传 感 器 应 用 逐 渐 渗 入 到 生 产 生 活 、 科 研 、 医 学 诊 断 等 各 个 领 域 , 而 且 传 感 器 的 体积 和 重 量 逐 渐 减 小 , 数 据 信 息 采 集 的 准 确 率 和 速 度 也 迅 速 提 升 。 传 感 器 服 务 平 台为 传 感 器 提 供 接 入 互 联 网 的 通 道 , 并 提 供 数 据 存 储 显 示 、 远 程 管 理 与 控 制 等 服 务的 平 台 , 有 助 于 推 动 物 联 网 的 发 展 , 将 具 有 广 阔 的 应 用 空 间 。本 文 从 物 联

3、 网 应 用 服 务 出 发 , 结 合 常 见 传 感 器 的 功 能 和 数 据 类 型 , 归 纳 总 结传 感 器 服 务 平 台 的 需 求 分 析 , 将 平 台 分 为 四 大 模 块 , 分 别 为 用 户 管 理 模 块 、 数 据管 理 模 块 、 动 作 和 触 发 模 块 、 平 台 接 口 模 块 。 在 此 基 础 之 上 , 本 文 还 设 计 了 一 套适 合 本 平 台 的 技 术 实 现 方 案 , 采 用 B/S 体 系 结 构 , 以 数 据 的 存 储 显 示 为 核 心 , 注重 Web 应用程序开发。Web 应 用 服 务 分 为 表 示 层 、

4、业 务 逻 辑 层 、 服 务 层 和 数 据 持 久 层 四 层 结 构 , 负责 用 户 信 息 , 设 备 和 传 感 器 、 动 作 和 触 发 等 功 能 管 理 , 数 据 上 传 、 下 载 、 分 析 和显 示 , 触 发 动 作 执 行 等 等 。 平 台 服 务 器 采 用 LAMP 架 构 , 以 CakePHP 为 应 用 开发 框 架 , Nodejs+Redis 构 成 平 台 的 作 业 系 统 , SVN+Bugfree 组成平台开发版本和Bug 跟踪的管理系统。随 着 物 联 网 技 术 的 发 展 和 应 用 普 及 , 平 台 即 将 面 临 高 并 发

5、和 海 量 数 据 等 问题,对平台服务器性能不断优化也是开发中的重要环节。本文分析了 Web 服 务器 性 能 参 数 和 影 响 因 素 , 采 用 CakePHP 缓 存 和 反 向 代 理 缓 存 技 术 优 化 了 Web 服务 器 性 能 。 文 中 采 用 实 时 备 份 +完 全 备 份 +增 量 备 份 技 术 为 平 台 数 据 库 提 供 了 可靠 的 安 全 保 障 。关键词:物联网;传感器;L AMP; CakePHP; 反 向 代 理 ; 数 据 库 备 份 ;IDesign and Implementation of Service Platform for Se

6、nsorsAbstractThe internet of things has been attached great importance by nationalgovernments and enterprises since its concept has been proposed in 1999. Internet ofthings is a network to achieve information interaction between people and thing orbetween things. It integrates the function of percep

7、tion, transmission, storage,intelligent analysis and processing with the characteristics of independence,interaction, flexibility and extensibility. Sensor technology is an important componentof the high and new technology in various countries and its application seeps intoevery field gradually, suc

8、h as the production and life, scientific research, medicaldiagnosis and so on. Now the volume and weight of the sensor reduce gradually, andthe accuracy and speed of data acquisition also rapidly ascend. Sensor serviceplatform provides access to the sensor joining up internet, and provides servicesp

9、latform to data storage display, remote management and control and so on. Itcontributes to promoting the development of the Internet of things with wideapplication space.Based on Internet of things application service, combining with the function anddata types of common sensor, and reductive summing

10、-up the demand analysis ofsensors service platform, this paper divides the platform into four big modules, usermanagement module, data management module, respectively, action and triggermodule, platform interface module. On this basis, this paper also designs a set oftechnical implementation scheme

11、for this platform, using B/S system structure andpaying attention to Web application development with data storage display as thecore.Web application service, including of presentation layer, business logic layer,service layer and data persistence layer, is responsible for user information, devicesa

12、nd sensors, motion and trigger functions management, data uploading, datadownloading, data analysis and display, triggering the action execution and so on.Platform server uses the LAMP architecture and takes CakePHP as applicationIIdevelopment framework. Nodejs + Redis forms platform operating syste

13、m, and SVN+ Bugfree forms platform development version and the management system trackedby Bug.With the development and application popularization of Internet of thingstechnology, the platform will face problems such as high concurrency and hugeamounts of data. Continuous optimization of the platfor

14、m server performance is alsoan important link of development. This paper analyzed the performance parametersand influence factors of Web server and optimizes the Web server performance byusing CakePHP caching technology and reverse proxy caching technology. Usingreal-time backup + full backup+ incremental backup technology this paper provides areliable database security for platform.Keywords: internet of things; sensor; LAMP; CakePHP; reverse proxy;database backup;III目录1 绪论 .11.1 引 言 .11.2 国 内 外 研 究 现 状 .31.3 课 题 背 景 与 研 究 意 义 .31.4 主 要 工 作 与 内 容 安 排 .

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号