plasmapper/pl_network

1.1.2

Latest
uploaded 1 year ago
Network C++ class component for ESP-IDF

4 examples

  • ethernet
    This example demonstrates the configuration of an internal ESP ethernet interface using the external KSZ8081 chip. It involves initializing and…
    1.87 KB
  • tcp_echo_server
    This TCP Echo Server example demonstrates how the EchoServer class, which inherits from TcpServer, overrides the HandleRequest method to implement…
    2.40 KB
  • tcp_ota_server
    The TCP OTA Server Example demonstrates how to create a server that allows Over The Air Updates by inheriting from the TcpServer class. It…
    3.38 KB
  • wifi_station
    This example demonstrates the creation and initialization of an internal ESP Wi-Fi station interface, with the SSID and password configurable through…
    2.16 KB