Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 633 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 633 Bytes

FreeRTOS-ESP-IDF-5.0-Socket

ESP IDF 5.0 on ESP32 implementation of HTTP, TCP, and UDP Socket (WebSocket) connection as a Server and a Client

  1. ESP IDF 5 - HTTP 09 vs 11 vs Socket - Compares different types of connection
  2. TCP Socket Server - POST command from the Windows PC to ESP32 Socket Server via TCP connection
  3. TCP Socket Client - POST command from the ESP32 Socket Client to ESP32 Socket Server via TCP connection
  4. UDP Socket Server - POST command from the Windows PC to ESP32 Socket Server via UDP connection
  5. UDP Socket Client - POST command from the ESP32 Socket Client to ESP32 Socket Server via UDP connection