Files
esp-protocols/components/mbedtls_cxx/examples/udp_mutual_auth
David Cermak 0140455ff7 feat(tls_cxx): Publish mbedtls component
Adds examples and tests.
Also supports DTLS now.
2024-04-11 16:49:54 +02:00
..

UDP Mutual authentication example

This example uses mbedtls_cxx to perform a DTLS handshake and exchange a message between server and client. The example uses UDP sockets on 'localhost' interface, so no actual connection is needed, it could be run on linux target as well as on ESP32.