- Tue May 31, 2016 8:05 am
#48325
pratik wrote:I think one of the simplest ways to do this via AT commands would be to implement one of the stations as servers. Now if one device requests the file from the other device (running in server mode), it can forward the file as requested.
The device serving file will be running the server configuration, the other one can simply access the file by requesting <server_IP>/filename.txt
This will work when both devices are on the same local network, of course.
Oh really I though it would be more complicated with the AT commands, so let suppose I have 3 esp: A, B and C
the three should be in station mode and create a server in A(using AT+CIPSERVER=1,80, or should I use another command??), and which command do I have to use to send my file.
by saying that both devices are on the same local network you mean all my esp's are connect in the same AP? if yes can I use a fourth (D) esp as an AP?
Thank you so much for help