Tech Note 022 - ESP8266 Webserver How to get data from a Client

Опубликовано: 16 Октябрь 2024
на канале: G6EJD - David
30,897
like

An ESP8266 running as a webserver and Client connect and how to receive data from the Client. This video explains the process and sequence of events leading to a Client connection and how data or commands are moved as arguments on the browser address line to the ESP8266 server-side environment where they can be acted upon. Examples are given in the code walk-through.
Code from GitHub: https://github.com/G6EJD/ESP8266-WebS...
NOTE:#### There is a compiler issue with the ESP8266 and ESP32, in that if the first page displayed is not the client input page, then nothing works #### that's not my fault!!!!