how to create a udp client with esp32?
I have create a udp client program, but the chip always reboot.
Is there some code of udp example for me to refer??
Find a sample for creating a UDP client using sockets on Linux ... and it should "just work" on an ESP32 when compiled for the ESP32 using the ESP-IDF SDK.