HTTP CGI(Common Gateway Interface) can be used to send the data from the webserver to the microcontroller. For example…
lan
STM32 ETHERNET #6.1 HTTP WEBSERVER SSI
SSI (Server Side Include) can be used to send the data from the controller to the webserver. For example, we can send any sensor’s data….
STM32 ETHERNET #6. HTTP WEBSERVER SIMPLE
This is 6th Tutorial in the ethernet series, and today we will see how to use our STM32 to create a HTTP Webserver.
STM32 ETHERNET #5. TCP CLIENT
First we need to create the TCP Block using the function tcp_new ()
Next we will connect to the server with the IP 192.168.0.102 and Port 31