esp8266 mesh程序,亲测可用
------------------------------------------------------------------------------------------------------ Description: 1. The mesh_demo is used to connect multiple IOT nodes to local server. 2. Every node sends one packet to server per 7 seconds after it joins mesh network. 3. Every node gets mac address of all devices working in mesh per 14 seconds after it joins mesh Root device uses espconn_mesh_get_node_info to get mac address list, while non-root devices use topology request with bcast to get mac address of all nodes. 4. When local server receives one packet from node, it just echoes the packet back to the node. 5. When node receives packet from server, it parses packet according to protocol, and forwards packet to specified protocol parser. 6. Mesh_demo provides current lib of mesh with non-os-sdk. 7. Mesh_demo provides recommendation to setup general protocol parser. (mesh_parser.c) 8. Mesh_demo provides demo to build mesh packet and response packet according to packet received. 9. Mesh_demo provides demo to parse topology packet (mesh_none.c). 10.Mesh_demo provides management for mac address list (mesh_device.c). 11.Mesh_demo provides demo using communication of ucast/bcast/mcast/p2p (mesh_json.c)
文件列表
esp8266 mesh程序,亲测可用
(预估有个107文件)
boot_v1.2.bin
2KB
boot_v1.4(b1).bin
3KB
blank.bin
4KB
esp_init_data_default.bin
128B
libupgrade.a
33KB
libmain.a
186KB
libcrypto.a
78KB
liblwip.a
326KB
libphy.a
149KB
libsmartconfig.a
104KB
用户评论