2013-11-07 05:29:01 +04:00
|
|
|
This program is echo server with CyaSSL/wolfCrypt library.
|
|
|
|
|
|
|
|
In order to run this program,
|
2014-04-11 11:20:12 +04:00
|
|
|
Copy {PACK}\wolfSSL\CyaSSL\{version}\cyassl\certs folder and files to the SD memory.
|
2013-11-07 05:29:01 +04:00
|
|
|
Set the server IP address in Net_Config_ETH_0.h
|
|
|
|
The server default port is 11111, defined in test.h.
|
|
|
|
|
|
|
|
For further configuration, refer config-Crypt.h and config-CyaSSL.h.
|
|
|
|
|
|
|
|
When testing this server, it is recommended to test against one of the standard
|
|
|
|
CyaSSL example applications running on a desktop machine. The standard CyaSSL
|
|
|
|
example applications are located in the CyaSSL root directory under the
|
|
|
|
<cyassl_root>/examples directory.
|
|
|
|
|
|
|
|
For the hardware crypt on config-Crypt.h, download
|
|
|
|
STSW-STM32062: STM32F2xx standard peripherals library at
|
|
|
|
http://www.st.com/. Copy Libraries\STM32F2xx_StdPeriph_Driver\{inc,src} to
|
|
|
|
{PACK}\cyassl\IDE\MDK5-ARM\STM32F2xx_StdPeriph_Lib
|
|
|
|
|
|
|
|
|
|
|
|
Support
|
|
|
|
-------
|
|
|
|
Please send questions or comments to support@wolfssl.com
|
|
|
|
|