i want to make a dtls client running on the esp32 using the ardunio ide and Arduino-wolfSSL library
there are no dtls examples and user_settings.h has no mention of dtls
ive tried a few tings but it keeps comming down to wolfDTLSv1_2_client_method not being compiled in despite defining WOLFSSL_DTLS and a few others
is it possible to make a basic dtls client example that compiles
(i want to end up making a coaps dtls client for the ikea tradfri gateway with it)