# ESP8266样例程序 **Repository Path**: high-voltage-laboratory/esp8266-sample-program ## Basic Information - **Project Name**: ESP8266样例程序 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-30 - **Last Updated**: 2022-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 灌溉系统ESP8266控制样例程序 程序主要功能为,通过ESP8266的Wi-Fi功能,实现手机和ESP8266硬件之间通过HTTP协议的异步通讯。 ## 文件目录 根目录下`htmlpart.ino`文件为主文件,`data`文件夹下为数据文件,`index.html`为8266传回的网页文件,而`bootstrap`为`CSS`支持的格式文件。 ### 异步通信 在8266中注册,在js网页文件中响应。具体见相关注释。