|
|
3 лет назад | |
|---|---|---|
| .. | ||
| main | 4 лет назад | |
| CMakeLists.txt | 3 лет назад | |
| README.md | 3 лет назад | |
| asio_udp_server_test.py | 4 лет назад | |
| sdkconfig.defaults | 4 лет назад | |
| 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.