当前位置:网站首页>如何用快解析自制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云平台就搭建完成了,通过快解析实现了远程访问。
边栏推荐
- 香港珠宝大亨,22亿“抄底”佐丹奴
- [graph theory] topological sorting
- [ODX studio edit PDX] - 0.2-how to compare two pdx/odx files of compare
- 刷题指南-public
- Photoshop batch adds different numbers to different pictures
- [crawler] XPath for data extraction
- Basic knowledge of database
- HMS core unified scanning service
- Question brushing guide public
- Mysql database backup and recovery -- mysqldump command
猜你喜欢
Redis getting started complete tutorial: Key Management
Font design symbol combination multifunctional wechat applet source code
如何报考PMP项目管理认证考试?
ICML 2022 || 3DLinker: 用于分子链接设计的E(3)等变变分自编码器
[binary tree] the maximum difference between a node and its ancestor
How to apply for PMP project management certification examination?
Observable time series data downsampling practice in Prometheus
Qt加法计算器(简单案例)
LabVIEW中比较两个VI
The initial trial is the cross device model upgrade version of Ruijie switch (taking rg-s2952g-e as an example)
随机推荐
股票账户佣金怎么调低,炒股佣金怎么调低网上开户安全吗
MySQL数据库备份与恢复--mysqldump命令
Excel 快捷键-随时补充
机器学习在房屋价格预测上的应用
高通WLAN框架学习(30)-- 支持双STA的组件
[binary tree] the maximum difference between a node and its ancestor
CTF competition problem solution STM32 reverse introduction
CTF竞赛题解之stm32逆向入门
MIT-6.824-lab4B-2022(万字思路讲解-代码构建)
Recommended collection: build a cross cloud data warehouse environment, which is particularly dry!
Intelligence test to see idioms guess ancient poems wechat applet source code
Qt加法计算器(简单案例)
认识ThreadPoolExecutor
mamp下缺少pcntl扩展的解决办法,Fatal error: Call to undefined function pcntl_signal()
Examples of time (calculation) total tools: start time and end time of this year, etc
uniapp 除了数字,其他输入无效
【kotlin】第三天
Servlet服务器端和客户端中文输出乱码问题
[crawler] jsonpath for data extraction
The difference between cout/cerr/clog