Files
esp-protocols/components/mbedtls_cxx/examples/tls_client
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
..

TCP client example

This is a simple example uses mbedtls_cxx to connect to a remote echo server. The example needs a connection to internet (or a network where the TLS echo-server is available), it could be run on linux target as well as on ESP32.