基于ESP8266的脚本可编程控制器在云端使用Swoole作为物联网网关框架
原文英文,约500词,阅读约需2分钟。发表于: 。The local functions of script programmable controller are almost completed, and start to implement the remote-related functions. The overall architecture of the remote system is as follows: Use...
本地脚本控制器功能已完成,开始实现远程功能。通过ESP8266的SDK实现TCP服务器和客户端,设计HTTP服务器与浏览器交互。使用HTML、JS和CSS设计网页,结合C语言实现网页编程和状态检查。云端用Linux服务器和Swoole作为通信网关,实现远程控制。WebSocket用于实时状态推送,Redis和MySQL用于数据存储,实现异常报警。