当前位置:网站首页>如何用快解析自制IoT云平台
如何用快解析自制IoT云平台
2022-07-04 23:12:00 【快解析】
除了阿里、腾讯各种云,计算机大神们有没有想过自己可以搭建IoT云平台?今天小编跟大家分享一种用Ubuntu+EMQX+Node-RED方式自制IoT云平台的方法,实现无公网IP随时访问远程数据!
第一步 Step1搭建EMQX服务器
1.搭建IoT平台需要一个服务器,这里使用的虚拟机。下载对应你的ubuntu版本安装包,
2.远程连接服务器输入相关指令进行下载安装,出现EMQ X Broker 4.2.2 is started successfully!证明EMQ服务器部署完成;

3.本地虚拟机打开云服务器;
4.打开EMQX的一个客户端,发布和订阅消息来验证EMQX服务器;这里使用MQTT.FX软件来测试连接EMQX服务器,可正常接收服务器端发布的消息即IoT平台搭建成功;3.本地虚拟机打开云服务器;
5.把设备数据上报到可视化平台,接收平台控制指令。只需把Node-RED的MQTT接收端的订阅主题改成设备端发布的主题,Node-RED发送端的发布主题设置成设备端的订阅主题即可。
6.配置完成,本地浏览器可成功访问。

现在只满足局域网下的访问控制,没有公网IP的情况下,可用快解析实现广域网访问。
第二步 快解析实现IoT远程访问
1.快解析内网穿透添加映射,应用程序端口:以实际为准;公共端口类型:根据自己场景应用需求选择;内网地址:内网访问固定地址,可以是固定内网IP或计算机名,推荐填写127.0.0.1格式。

2.设置完成点击确定,快解析将自动生成一个广域网访问地址;通过这个访问地址,就可以异地远程访问控制IoT平台了,移动端也可通过快解析访问地址实现远程访问。

至此,属于个人的IoT云平台就搭建完成了,通过快解析实现了远程访问。
边栏推荐
- Pict generate orthogonal test cases tutorial
- 数据库基础知识
- 推荐收藏:跨云数据仓库(data warehouse)环境搭建,这货特别干!
- HMS core unified scanning service
- 机器学习在房屋价格预测上的应用
- Intelligence test to see idioms guess ancient poems wechat applet source code
- MariaDB's Galera cluster application scenario -- multi master and multi active databases
- The input of uniapp is invalid except for numbers
- A complete tutorial for getting started with redis: getting to know redis for the first time
- [Taichi] change pbf2d (position based fluid simulation) of Taiji to pbf3d with minimal modification
猜你喜欢

ICML 2022 || 3DLinker: 用于分子链接设计的E(3)等变变分自编码器

Explanation of bitwise operators

Docker镜像的缓存特性和Dockerfile

ICML 2022 | 3dlinker: e (3) equal variation self encoder for molecular link design

CTF競賽題解之stm32逆向入門

QT personal learning summary

The caching feature of docker image and dockerfile

ETCD数据库源码分析——处理Entry记录简要流程

壁仞科技研究院前沿技术文章精选

Redis getting started complete tutorial: hash description
随机推荐
Question brushing guide public
实战模拟│JWT 登录认证
The small program vant tab component solves the problem of too much text and incomplete display
Object detection based on OpenCV haarcascades
MP advanced operation: time operation, SQL, querywapper, lambdaquerywapper (condition constructor) quick filter enumeration class
Redis introduction complete tutorial: List explanation
cout/cerr/clog的区别
Wechat official account solves the cache problem of entering from the customized menu
MIT-6.824-lab4B-2022(万字思路讲解-代码构建)
字体设计符号组合多功能微信小程序源码
Pict generate orthogonal test cases tutorial
List related knowledge points to be sorted out
The difference between cout/cerr/clog
CTF competition problem solution STM32 reverse introduction
Excel 快捷键-随时补充
ECCV 2022 | Tencent Youtu proposed disco: the effect of saving small models in self supervised learning
Qt加法计算器(简单案例)
Intelligence test to see idioms guess ancient poems wechat applet source code
为什么信息图会帮助你的SEO
SPH中的粒子初始排列问题(两张图解决)