mirror of https://github.com/wolfSSL/wolfssh.git
Add README.md under IAE=EWARM/Projects, fix include.am
parent
c8d3bbbdf5
commit
85ec620569
|
@ -0,0 +1,35 @@
|
||||||
|
# wolfSSH Example echoServer Setup Guide
|
||||||
|
|
||||||
|
wolfSSH exhoserver example works with wolfSSL and wolfSSH library.
|
||||||
|
|
||||||
|
## 1) Source file location
|
||||||
|
|
||||||
|
Put wolfSSL and wolfSSH files under a working directory in parallel
|
||||||
|
with the directory name of "wolfssl" and "wolfssh".
|
||||||
|
|
||||||
|
#### \<workDir\>/wolfssl
|
||||||
|
#### \<workDir\>/wolfssh
|
||||||
|
|
||||||
|
## 2) Open projects
|
||||||
|
|
||||||
|
Open wolfSSL workspace and add wolfSSH lib and echoserver project.
|
||||||
|
|
||||||
|
#### \<workDir\>/wolfssl/IDE/IAR-EWARM/Projects/wolfssl.eww
|
||||||
|
#### \<workDir\>/wolfssh/ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
|
||||||
|
#### \<workDir\>/wolfssh/ide/IAR-EWARM/Projects/echoserver/echoserver.ewp
|
||||||
|
|
||||||
|
### 3) Test build of projects
|
||||||
|
|
||||||
|
Select project and Make of wolfSSL-Lib, wolfSSH-Lib and echoserver project respectively with default options.
|
||||||
|
|
||||||
|
|
||||||
|
### 4) Modify echoserver.c for your target platform
|
||||||
|
|
||||||
|
Configuration Openstions are in user_setings.h under each "Projects" directory
|
||||||
|
|
||||||
|
#### \<workDir\>/wolfssl/IDE/IAR-EWARM/Projects/user_setings.h
|
||||||
|
#### \<workDir\>/wolfssh/ide/IAR-EWARM/Projects/user_setings.h
|
||||||
|
|
||||||
|
Put appropriate options and modify echoserve.c for your target environment.
|
||||||
|
|
||||||
|
#### \<workDir\>/wolfssl/examples/echoserver/echoserver.c
|
|
@ -2,7 +2,6 @@
|
||||||
# included from Top Level Makefile.am
|
# included from Top Level Makefile.am
|
||||||
# All paths should be given relative to the root
|
# All paths should be given relative to the root
|
||||||
|
|
||||||
EXTRA_DIST+= ide/IAR-EWARM/Projects/test_user_io.h
|
|
||||||
EXTRA_DIST+= ide/IAR-EWARM/Projects/user_settings.h
|
EXTRA_DIST+= ide/IAR-EWARM/Projects/user_settings.h
|
||||||
EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
|
EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewp
|
||||||
EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewd
|
EXTRA_DIST+= ide/IAR-EWARM/Projects/lib/wolfSSH-Lib.ewd
|
||||||
|
|
Loading…
Reference in New Issue