File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # wolfSSH Example echoServer Setup Guide
2+
3+ wolfSSH exhoserver example works with wolfSSL and wolfSSH library.
4+
5+ ## 1) Source file location
6+
7+ Put wolfSSL and wolfSSH files under a working directory in parallel
8+ with the directory name of "wolfssl" and "wolfssh".
9+
10+ #### \< workDir\> /wolfssl
11+ #### \< workDir\> /wolfssh
12+
13+ ## 2) Open projects
14+
15+ Open wolfSSL workspace and add wolfSSH lib and echoserver project.
16+
17+ #### \< workDir\> /wolfssl/IDE/IAR-EWARM/Projects/wolfssl.eww
18+ #### \< workDir\> /wolfssh/ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
19+ #### \< workDir\> /wolfssh/ide/IAR-EWARM/Projects/echoserver/echoserver.ewp
20+
21+ ### 3) Test build of projects
22+
23+ Select project and Make of wolfSSL-Lib, wolfSSH-Lib and echoserver project respectively with default options.
24+
25+
26+ ### 4) Modify echoserver.c for your target platform
27+
28+ Configuration Openstions are in user_setings.h under each "Projects" directory
29+
30+ #### \< workDir\> /wolfssl/IDE/IAR-EWARM/Projects/user_setings.h
31+ #### \< workDir\> /wolfssh/ide/IAR-EWARM/Projects/user_setings.h
32+
33+ Put appropriate options and modify echoserve.c for your target environment.
34+
35+ #### \< workDir\> /wolfssl/examples/echoserver/echoserver.c
Original file line number Diff line number Diff line change 22# included from Top Level Makefile.am
33# All paths should be given relative to the root
44
5- EXTRA_DIST+= ide/IAR-EWARM/Projects/test_user_io.h
65EXTRA_DIST+= ide/IAR-EWARM/Projects/user_settings.h
76EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
87EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewd
You can’t perform that action at this time.
0 commit comments