Nikita Belyaev wrote:Hi everyone!
Can someone ask for this questions:
1) On which OSI layer does mesh protocols works?
2) How to create root node?
3) When I burned my esp8266 with mesh_demo from git, which kind of node I did? And how can I change user data?
4) Why I'm not able to change server IP? Be default its 0.0.0.0 7000. And when it started I cant see anything except "mesh server works"
There are more questions, but I cant go further without understanding of that things))
Thanks for your cooperation!
BR, Nik
1. ESP-Mesh works on application layer based on TCP layer. please refer to document for detail information;
https://github.com/espressif/ESP8266_ME ... ecture.pdf
2. All the node with the same image bin.
3. Mesh support HTTP/JSON/MQTT/BIN data, please refer to demo with json format in mesh_json.c
4. You can set ip address according to factual ip address of your server. And you can add some print to display more detail information.