当前位置:网站首页>How to use fast parsing to make IOT cloud platform
How to use fast parsing to make IOT cloud platform
2022-07-04 23:29:00 【Fast parsing】
Except Ali 、 Tencent cloud , Computer Have the great gods I thought I could build IoT Cloud platform ? today Xiaobian shares with you A kind of use Ubuntu+EMQX+Node-RED Self made method IoT Cloud platform Methods , Realization No public network IP Access remote data at any time !
First step Step1 build EMQX The server
1. build IoT The platform needs a server , The virtual machine used here . Download your ubuntu Version installation package ,
2. Connect the server remotely and input relevant instructions to download and install , appear EMQ X Broker 4.2.2 is started successfully! prove EMQ Server deployment completed ;
3. Open the ECS for the local virtual machine ;
4. open EMQX A client of , Publish and subscribe to messages to verify EMQX The server ; Use here MQTT.FX Software to test the connection EMQX The server , You can normally receive messages published by the server, that is IoT The platform has been built successfully ;3. Open the ECS for the local virtual machine ;
5. Report the equipment data to the visualization platform , Receive platform control instructions . Just put Node-RED Of MQTT The subscription theme of the receiving end is changed to the theme published by the device ,Node-RED Set the publishing topic of the sender to the subscription topic of the device .
6. Configuration complete , The local browser can successfully access .
Now it only meets the access control under the LAN , There is no public network IP Under the circumstances , You can use Fast parsing Realize Wan access .
The second step Fast parsing Realization IoT The remote access
1. Quickly resolve intranet penetration and add mapping , Application port : Subject to the actual situation ; Public port type : Choose according to your own application needs ; Intranet address : Intranet access to fixed address , It can be a fixed intranet IP Or computer name , It is recommended to fill in 127.0.0.1 Format .
2. After setting, click OK , Fast parsing A WAN access address will be automatically generated ; Through this access address , Remote access control in different places IoT The platform , The mobile end can also pass Fast parsing Access address to achieve remote access .
thus , Personal IoT The cloud platform is completed , adopt Fast parsing Realize remote access .
边栏推荐
猜你喜欢
The difference between debug and release
如何在外地外网电脑远程公司项目?
Hong Kong Jewelry tycoon, 2.2 billion "bargain hunting" Giordano
【js】-【排序-相关】-笔记
Etcd database source code analysis - brief process of processing entry records
Excel 快捷键-随时补充
【kotlin】第三天
智力考验看成语猜古诗句微信小程序源码
MariaDB's Galera cluster application scenario -- multi master and multi active databases
Mit-6.824-lab4b-2022 (10000 word idea explanation - code construction)
随机推荐
The difference between cout/cerr/clog
Mysql database backup and recovery -- mysqldump command
Jar batch management gadget
【监控】zabbix
Meet ThreadPoolExecutor
The Chinese output of servlet server and client is garbled
JS 3D explosive fragment image switching JS special effect
【js】-【动态规划】-笔记
如何在外地外网电脑远程公司项目?
S32 design studio for arm 2.2 quick start
The caching feature of docker image and dockerfile
为什么信息图会帮助你的SEO
[JS] - [sort related] - Notes
PICT 生成正交测试用例教程
MariaDB的Galera集群应用场景--数据库多主多活
Stm32 Reverse Introduction to CTF Competition Interpretation
Font design symbol combination multifunctional wechat applet source code
Examples of time (calculation) total tools: start time and end time of this year, etc
取得PMP證書需要多長時間?
Servlet+JDBC+MySQL简单web练习