wolfssl-examples/Arduino/sketches/wolfssl_client
gojimmypi 40fa4eb9bf
Assume unspecified boards are using standard WiFi library.
2025-04-09 16:59:42 +02:00
..
README.md Move Arduino examples, add GitHub workflow 2025-04-06 13:01:22 +02:00
wolfssl_client.ino Assume unspecified boards are using standard WiFi library. 2025-04-09 16:59:42 +02:00

README.md

Arduino Basic TLS Listening Client

Open the wolfssl_client.ino file in the Arduino IDE.

If using WiFi, be sure to set ssid and password values.

May need "Ethernet by Various" library to be installed. Tested with v2.0.2 and v2.8.1.

See the #define WOLFSSL_TLS_SERVER_HOST to set your own server address.

Other IDE products are also supported, such as:

For examples on other platforms, see the IDE directory. Additional examples can be found on wolfSSL/wolfssl-examples.

Troubleshooting

When encountering odd errors such as undefined reference to ``_impure_ptr', try cleaning the Arduino cache directories. For Windows, that's typically in:

C:\Users\%USERNAME%\AppData\Local\Temp\arduino\sketches