Topic: Installing WolfSSL on Arduino

Hi, I'm a newbie in Arduino programming and I'm trying to install WolfSSL to send encrypted messages.

The point is I don't know how to install the libraries in a Windows environment, so I need some help from you.

Does anyone know some tutorial or something what explain me this?

Thank you.

Share

Re: Installing WolfSSL on Arduino

Hi,

Have you found our build instructions for Arduino yet?  They are located in the wolfSSL download, under:

<wolfssl_package>/IDE/ARDUINO/README.md

For Windows, there are several different ways to compile wolfSSL.  You can use the steps mentioned in Chapter 2 of the wolfSSL Manual if using Cygwin/MinGW.  Otherwise, we include Visual Studio solution files with the wolfSSL download.  They are located in the root directory of the wolfSSL package.

Do you mind if I ask what kind of project are you working on?

Best Regards,
Chris

Re: Installing WolfSSL on Arduino

Thank you very much for your reply, I hope it works.

It's a learning project, I'm trying to encrypt communication between Arduino and Raspberry Pi and see how they behave both ends.

Share