30a-esp8266_mesh_user_guide中 4.2关于手机或服务器 发射控制包的参考代码中有关dst_addr[] = {xx,xx,xx,xx,xx,xx}; 的设置。
我的理解是外网服务器收到mesh 终端节点发送的请求,用户可以用 “espconn_mesh_get_src_addr(header, &src)” 函数获取
当前包来源地址,填入dst_addr[] = {xx,xx,xx,xx,xx,xx}; 然后发射回复包到终端节点 这样理解是否正确?
Hi:
The dst_addr[] = {xx,xx,xx,xx,xx,xx} configure about sever sending control packet at section 4.2 cellphone or server reference codes in 30a-esp8266_mesh_user_guide
My understand is when mesh node send request to server, user can use “espconn_mesh_get_src_addr(header, &src)” API to get the packet source address. the address as a target address wrote to dst_addr[] = {xx,xx,xx,xx,xx,xx}; final the server replay the mesh node, is it right?Statistics: Posted by mtv — Mon Dec 12, 2016 5:56 pm
]]>