README 732 B

1234567891011121314151617
  1. # wolfSSL library for TI-RTOS
  2. This directory contains the files that build wolfSSL library for TI-RTOS.
  3. Please follow the instructions in "Using wolfSSL with TI-RTOS" (https://www.wolfssl.com/documentation/Using_wolfSSL_with_TI-RTOS.pdf) to build the wolfSSL
  4. library and the example applications.
  5. Also read TI-RTOS Getting Started Guide and TI-RTOS User Guide to learn more
  6. about TI-RTOS (http://www.ti.com/tool/ti-rtos).
  7. For more information see:
  8. (https://github.com/wolfSSL/wolfssl-examples/blob/master/tirtos_ccs_examples/README.md)
  9. ## Example Application
  10. A simple "TCP echo server with TLS" example application is provided with TI-RTOS
  11. product. Look in the TI-RTOS Getting Started Guide for instructions to build
  12. examples.