Files
esp-protocols/components/mbedtls_cxx/examples/tls_client/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
253 B
Markdown
Raw Normal View History

# 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.