ESP IDF 5.0 on ESP32 implementation of HTTP, TCP, and UDP Socket (WebSocket) connection as a Server and a Client
- ESP IDF 5 - HTTP 09 vs 11 vs Socket - Compares different types of connection
- TCP Socket Server - POST command from the Windows PC to ESP32 Socket Server via TCP connection
- TCP Socket Client - POST command from the ESP32 Socket Client to ESP32 Socket Server via TCP connection
- UDP Socket Server - POST command from the Windows PC to ESP32 Socket Server via UDP connection
- UDP Socket Client - POST command from the ESP32 Socket Client to ESP32 Socket Server via UDP connection