Moderator: igrr
RichardS
https://epartsconnect.com
Live realtime stock market prediction website. https://www.stocksignalslive.com my latest creation. Uses AI and machine learning.
New site featuring ESP8266 and ESP32 projects. tutorials, and news.
http://EverythingESP.com
ESP8266.com Founder and Administrator
The Mind Factory (get more from your 3D printer)
Home of the ESP8266, ESP8285, and ESP32 microcontrollers....
I have one more question. How can i receive a request from server on the clientmode esp?
For example i want to change the state of any output pin, how to send it to this esp from server?
This method isn't efficient and will be slow.
The real way to do that, is that ESP should become a server by it own, waiting for remote request from the other computer with PHP code doing acting as a client. For exemple, an HTTP request could be something like "http://<esp_ip_addr>/gpio/<gpio_number>/ON" and "http://<esp_ip_addr>/gpio/<gpio_number>/OFF".