# smartconfigForEsp32javascript **Repository Path**: wanghongshengxintong/smartconfig-for-esp32javascript ## Basic Information - **Project Name**: smartconfigForEsp32javascript - **Description**: reference to https://github.com/liuzhangping/smartconfigjs.git 本地解决无法组播以及无法接收ESP32接收问题。详细见readme - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-08 - **Last Updated**: 2022-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1 配置main里面的参数 2 smartconfigjs中sock.bind(port,ip)如果不填ip将无法接收ESP32的回传地址 3 client是用来测试组播数据的,用于组播调试阶段,如果在terminal中node client.js那么请修改smartconfigjs中sock.bind(port)不能绑定IP,绑定后无法组播。