espressif/mbedtls_cxx

0.1.0

Latest
uploaded 1 year ago
C++ wrapper of mbedtls to perform (D)TLS connection

2 examples

  • tls_client
    This is a simple example that uses `mbedtls_cxx` to connect to a remote echo server. It requires an internet connection or access to a network with…
    2.71 KB
  • udp_mutual_auth
    This example uses `mbedtls_cxx` to perform a DTLS handshake and exchange a message between a server and client over UDP sockets on the 'localhost'…
    3.31 KB