- 资源介绍
- 更新记录
- 安装教程
基于MQTT的信息推送系统设计与实现app客户端+服务端
系统说明:
目 录
摘 要 I
ABSTRACT II
第1章 绪论 1
1.1 选题背景及意义 1
1.2 研究现状 2
1.3 研究内容 3
第2章 系统开发请求及相关技术概述 4
2.1 系统软硬件环境配置 4
2.2 Android开发环境介绍 4
2.2.2 Android开发平台搭建 4
2.2.3 Android系统架构研究 5
2.2.4 类库 6
2.2.5 Tomcat服务器 6
第3章 可行性分析 7
3.1性能需求 7
3.2 约束性需求 7
第4章 系统需求分析 9
4.1系统需求目标 9
4.2系统需求说明 9
4.3系统功能需求分析 9
4.3.1 用户角色 10
4.3.2主要功能需求 10
4.3.3内容管理 10
第5章 系统总体设计 11
5. 1 系统界面设计 11
5. 2 总体功能设计 12
第6章 系统详细设计与实现 15
6.1 客户端各功能模块实现 15
6.2.1 启动模块 16
6.2.2 学习消息列表模块 16
6.2.3 学习消息细览模块 17
6.2.4 推送消息通知 19
6.2.5 推送消息客户端模块 21
6.3 服务端各功能模块实现 24
6.4 数据提供 25
6.5 后台服务 26
6.6 推送机制以及分析 26
第7章 结论与展望 27
7.1 结论 27
7.2 不足之处及未来展望 27
参考文献 28
致 谢 29
基于MQTT的信息推送系统设计与实现
摘 要
互联网技术的飞速发展与深入应用,将人们带入了信息爆炸时代。各类应用(如移动社交应用、控制系统、Web网络监控应用和网页聊天等)希望在用户查找数据时能获得更好的用户体验。为适应实际应用中对信息获取的及时性、交互性强、低成本等要求,需要采用服务器消息推送来代替传统的信息拉取的方式将用户感兴趣的信息推送给用户。同时,消息推送平台已成为各种复杂应用软件开发的主要技术支撑平台。
在其中的教育行业,师生间存在信息传递不及时、沟通不畅等问题,影响着教学质量和管理效率,因此提出能及时、可靠、精准地推送多媒体信息的需求,本项目正是根据某教育学院客户这样的需求提供的一种解决方案。通过对客户需求的分析以及国内外相关案例和技术的研究,论证需求的可行性,设计出“基于MQTT(Message Queuing Telemetry Transport)协议的信息推送平台系统的设计与实现”的方案,该系统结合B/S结构与C/S结构的架构模式,将总体架构细分为服务端、代理端和客户端三个子系统,采用基于MQTT协议的推送技术来实现信息的传播,突出及时、精准送达信息的特点。其中,服务端分为前端服务器和Web服务器,前者使用Nginx,提供反向代理和负载均衡的功能,后者采用Play Framework框架来开发,服务端的数据管理由MySQL数据库提供支持;代理端基于C语言版的Mosquitto工程来开发,从而提高开发和运行效率;客户端采用Android系统平台开发,从而支持使用最广泛的智能终端用户群。
在开发工具方面,服务端和客户端工程在Eclipse上进行开发,代理端工程开发采用Sublime Text 2。在功能定义方面,服务端子系统具有内容管理、用户管理、处理反馈信息等功能;代理端子系统具有发布消息、持久连接用户终端等功能,提供对MySQL数据库操作的支持,改进MQTT协议从而实现个性化消息推送机制;客户端子系统具有消息接收、消息展示、信息反馈、附件下载等功能。通过对本系统的一系列测试,结果证明实现的功能符合要求,系统的可用性得到验证,系统总体上满足客户的需求。本项目的开发应用,使得MQTT协议的应用领域得到扩展,也使得本系统成为行业信息推送领域的成功解决方案之一。
关键字:消息推送;MQTT协议;客服端;服务端
ABSTRACT
The rapid development and deep application of Internet technology bring people into the era of information explosion. All kinds of applications (such as mobile social applications,control systems,Web network monitoring applications and web chat) hope to get a better user experience when users look for data. In order to meet the requirements of timeliness,interactivity and low cost of information acquisition in practical applications,it is necessary to use server message push instead of traditional information pulling to push the information of interest to users. At the same time,the message push platform has become the main technical support platform for the development of various complex application software.
In the education industry,there are problems such as information transmission and communication between teachers and students,which affect the quality of teaching and management efficiency,so the demand for timely,reliable and accurate push of multimedia information is put forward. This project is a solution based on the needs of a certain college of education customers. Based on the analysis of customer demand and the research of relevant cases and techniques at home and abroad,the feasibility of demand is demonstrated,and the design and implementation of the information push platform system based on the MQTT queueing Teleport protocol is designed This system combines the architecture mode of B/S structure and C/S structure,divides the overall architecture into three subsystems: server,agent and client,and uses push technology based on MQTT protocol to realize the dissemination of information,highlighting the characteristics of timely and accurate delivery of information. The server is divided into front-end server,which uses Nginx,to provide reverse proxy and load balancing function,and Web server,which is developed by Play Framework framework,and server-side data management is supported by MySQL database. Cheng to develop,thus improving the development and operation efficiency;the client uses the Android system platform to develop,thus supporting the most widely used intelligent end user group.
On the development of tools,server-side and client-side projects are developed in Eclipse,and agent-side projects are developed in Sublime Text 2.. On the aspect of function definition,the service terminal system has the functions of content management,user management,processing feedback information,etc. The agent terminal system has the functions of publishing messages,connecting user terminals persistently,providing support for MySQL database operation,improving MQTT protocol and realizing personalized message push mechanism. Through a series of tests on the system,The results show that the realized function meets the requirements,the availability of the system is verified,and the system generally meets the needs of customers. Development and application of this project make the application field of MQTT protocol expand,also make this system become one of the successful solutions in the field of industry information push.
Keywords: message push;MQTT protocol;customer service;server
适用场景:
毕业论文、课程设计、公司项目参考
运行截图:
微信小程序商城
关注【程序代做 源码分享】公众号获取更多免费源码!!!
猜你喜欢
-
[含论文+源码等]SSM实现的考试系统
2022-04-09 -
ssh框架网上教务评教系统设计与实现源码+论文第三稿+ppt+中期检查表+文献综述+任务书+开题报告+查重报告
2022-07-02 -
java邮件系统
2021-08-05 -
springboot vue文件管理系统源码
2021-07-08 -
springboot mysql物业管理小程序源码+pc后台
2023-08-18 -
密码保护:计算机课程个性化内容推荐系统的设计与实现+第一稿+文献翻译+开题+开题ppt+任务书+文献综述+开题视频讲解+查重报告+安装视频+讲解视频(已降重)(2.61G)
2023-06-13 -
基于SSM的人事管理系统+第四稿+中期检查表+ppt+周进展+开题+任务书+申请表+查重报告+安装视频+讲解视频(已降重)
2023-06-20 -
jsp sqlserver留言板
2021-05-09 -
[含论文+源码等]java swing连连看游戏系统
2022-05-03 -
基于微服务智能推荐健康生活交流平台的设计与实现(SpringCloud SpringBoot)+五稿+任务书+开题报告+创新点+答辩相关问题及解答+目前存在的问题+说明文档+安装视频+讲解视频
2024-07-03
-
基于Spring Boot与Vue的智能房产匹配平台的设计与实现+第三稿+任务书+外文文献+文献综述+中期报告+开题ppt+文献综述+中英文翻译+安装视频+讲解视频(已降重)
2024-06-27 -
基于SpringBoot Vue的医院门诊管理信息系统的设计与实现+第四稿+中期检查表+ppt+周进展+开题+任务书+申请表+查重报告+安装视频+讲解视频(已降重)
2023-06-21 -
(精品)ssm Java mysql maven vue健康医疗预约系统(源码+系统+mysql数据库+lw文档)
2022-06-01 -
springBoot+thymeleaf随书光盘资源管理系统
2021-08-06 -
[论文+答辩PPT+任务书+源码等]S2SH基于JSP的网上购书系统商城电商
2022-05-03 -
[含论文+源码等]高校科研项目管理系统
2022-04-10 -
基于ssm的校园门户网站源码+开题报告+需求分析+mysql数据库+前端html文件
2021-10-06 -
[含论文+源码等]高校科研项目管理系统[包运行成功]
2022-06-01 -
SSM框架混凝土公司仓库管理系统的设计与实现+第二稿+中期检查表+ppt+开题+任务书+申请表+查重报告+安装视频+讲解视频(已降重)
2023-05-29 -
基于java的汽车管理系统+论文+远程安装和代码讲解
2021-12-31
猜你在找
99源码网 » 基于MQTT的信息推送系统设计与实现app客户端+服务端+论文
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2022-05-11Hi,初次和大家见面了,请多关照!