-->
Page 1 of 1

NodeMCU AP Station Communication?

PostPosted: Sat Oct 03, 2020 3:21 pm
by KrAfLo
Hello friends!
I searched in many places for an answer to my question, but without success.
I have 2 Nodemcu, one as AP and other as STATION.
AP have IP 10.10.10.1, STATION have IP 10.10.10.102.
Both of them have a web pages.
With
void handleRoot() {
server.send(200, “text/plain”, “some text”);
}
I visualizing some text.
My question is: how text from STATION to showing on AP page?

Thanks in advance.
Regards