server

21 Articles
EmbeddedEthernetHALSTM32

STM32 Ethernet #8 UDP Client using LWIP NETCONN (RTOS)

How to use STM32 as Ethernet UDP Client using NETCONN with Free RTOS and LWIP. We will create a UDP Client, which will...

EmbeddedEthernetHALSTM32

STM32 Ethernet #7 UDP Server using LWIP NETCONN (RTOS)

This tutorial will cover how to use STM32 Ethernet with Free RTOS using LWIP and NETCONN. We will create a UDP sever, and...

EmbeddedEthernetHALSTM32

STM32 ETHERNET #6.2 HTTP WEBSERVER CGI

This tutorial will cover how to use the CGI (Common Gateway Interface) to send the data from HTTP server to the MCU..

EmbeddedEthernetHALSTM32

STM32 ETHERNET #6.1 HTTP WEBSERVER SSI

This tutorial will cover how to use the SSI (Server Side Include) to send the data from the MCU to the http webserver...