-->
Page 1 of 1

Connecting two ESP8266 like a mesh

PostPosted: Mon Jan 25, 2016 3:27 am
by PranavGulati
i have two ESP's both are in the WIFI_AP_STA mode module 1 acts as the server and module 2 as the client to module 1.
module 2 should send get requests to the module 1 and module 1 should send it appropriate responses.

these responses are acquired by the module 1 by sending get requests to a website since the module 1 is connected to my home router.(I dont want to connect module 2 to my home router).

this structure of connections would essentially enable a mesh network type of structure and any help is appreciated!!