README 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. CyaSSL library for TI-RTOS
  2. This directory contains the files that build CyaSSL library for TI-RTOS.
  3. Please follow the instructions in TI-RTOS user guide (www.ti.com/tool/ti-rtos)
  4. to build the CyaSSL library and the example applications.
  5. Included Files
  6. ---------------
  7. 1. CyaSSL library build files (packages/ti/net/cyassl)
  8. Build instructions provided in TI-RTOS user guide (www.ti.com/tool/ti-rtos)
  9. 2. CTaoCrypt test application (packages/ti/net/cyassl/tests/ctaocrypt/test)
  10. This application is the standard CTaoCrypt test application provided with
  11. CyaSSL.
  12. It will be built along with the CyaSSL library. Load the built executable
  13. on the target and make sure the CyaSSL library works as expected.
  14. 3. CTaoCrypt benchmark application
  15. (packages/ti/net/cyassl/tests/ctaocrypt/benchmark)
  16. This application is the standard CTaoCrypt benchmark application provided
  17. with CyaSSL.
  18. It will be built along with the CyaSSL library. Load the built executable
  19. on the target and run to get the benchmark results for the configured
  20. CyaSSL library.
  21. Examples Application
  22. --------------------
  23. A simple 'TCP echo server with TLS' example application is provided with TI-RTOS
  24. product. Look in the TI-RTOS user guide for instructions to build examples.