mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-01-18 21:24:54 +00:00
.. | ||
wolfssl_client | ||
wolfssl_server | ||
wolfssl_version | ||
README.md |
wolfSSL Arduino Examples
There are currently two example Arduino sketches:
- wolfssl_client: Basic TLS listening client.
- wolfssl_server: Basic TLS server.
Examples have been most recently confirmed operational on the Arduino IDE 2.2.1.
For examples on other platforms, see the IDE directory. Additional examples can be found on wolfSSL/wolfssl-examples.