1) one esp8266 A module would be AP named "esp"
2) second esp8266 B would be client and connect to "esp", and send some data for example temperature
3) immediately after first esp8266 A has received data from second module B it would change it's mode from AP to client and connect to my main 3G-router and report measurements to outside world
4) after successful delivery to outside world module A would switch from client back to AP named "esp"and listen if B would connect to it
Is this good or bad idea? Or is it better to wait and look if some good coders can create mesh networks with esp8266?
I was planning to modify this:
https://github.com/nodemcu/nodemcu-firmware/issues/102