We’re working on an project using the TM4C129ENCZAD MCU to aggregate data from an image sensor, and then send that data to a PC over an encrypted TCP connection. The ease of integrating wolfSSL into our project was a major discriminator in selecting that particular part. Guides like this one were particularly helpful:
Our most pressing issue at this point is that now we need to add IPSec functionality to our project, which doesn’t appear to be supported by the current version of the NDK. Can you provide any guidance on how to accomplish this?