Need help with ESP8266 based project

I am currently doing my college project. It’s like a mesh network using ESP8266. I use 2 ESP8266 as clients where I connected the sensor . One sensor for each client. These obtained readings from these two sensors should send to another ESP8266 which acts as a server. Can anyone please provide me the code or guide me.

Hi @subashyl, sorry for the late response. You may use the painlessMesh library for your purpose. Its supports both point to point and point to many communication.

painlessMesh needs the following libraries installed prior to its use, else it will throw errors.