Communication between two NodeMcu WIFI modules

Hi,

I've been working in a library to give a solution for this situation. Please have a look to this link.

http://abetoo.com/wiki/knowledge-base/arduino_send_messages

The schema is very simple, you only need a channel id for any single device connected, and then you only have to send a message to the device you want to communicate with, just using the channel id as identifier.