Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 |
---|
Simple Asio UDP echo server using WiFi STA or Ethernet.
idf.py menuconfig
) to configure Wi-Fi or Ethernet. See "Establishing Wi-Fi or Ethernet Connection" section in examples/protocols/README.md for more details.idf.py -p PORT flash monitor
to build and upload the example to your board and connect to it's serial terminal.nc -u IP PORT
.See the README.md file in the upper level 'examples' directory for more information about examples.
To create a project from this example, run:
idf.py create-project-from-example "espressif/asio=1.32.0:udp_echo_server"