tcp_echo_server

Example of the component plasmapper/pl_network v1.1.1
# TCP Echo Server Example

1. EchoServer class inherits TcpServer class and overrides HandleRequest method to implement echo functionality.
2. Internal ESP Wi-Fi station interface is created and initialized.
3. The Wi-Fi station SSID and password are set from project configuration (can be changed in `Example` menu of [Project Configuration](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/kconfig.html)).
4. The Wi-Fi station is enabled.
5. The server is enabled when the Wi-Fi station interface gets an IP address.
6. The server events are used to print the client connection/disconnection information.

To create a project from this example, run:

idf.py create-project-from-example "plasmapper/pl_network^1.1.1:tcp_echo_server"

or download archive (83 bytes)