From 5bcb7e98cbc987e4a692abe5d70b1ba917bb1f8d Mon Sep 17 00:00:00 2001 From: lchristina26 Date: Thu, 29 Oct 2015 13:47:40 -0600 Subject: [PATCH] readme updates --- IDE/WORKBENCH/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/IDE/WORKBENCH/README.md b/IDE/WORKBENCH/README.md index 4d5c6c56a..3b4f9deea 100644 --- a/IDE/WORKBENCH/README.md +++ b/IDE/WORKBENCH/README.md @@ -79,11 +79,13 @@ VxWorks simulator. Workbench project. 2. In usrAppInit.c, inlcude the func\args as described in the Test and Client applications and add a call to the server function: - func_args args = { 0 }; - tcp_ready ready; - InitTcpReady(&ready); - args.signal = &ready; - server_test(&args); + + func_args args = { 0 }; + tcp_ready ready; + InitTcpReady(&ready); + args.signal = &ready; + server_test(&args); + 3. Add the server.h header file to the includes at the top of usrAppInit.c. 4. Start the server by following the directions in Section 2 for setting up the VxWorks Simulator. @@ -93,6 +95,7 @@ The -d option disables peer checks. Note: If there are certificate file errors, the file paths in wolfssl/test.h will need to be adjusted to follow the paths located on the filesystem used by the VxWorks project. + ####1.3 Necessary Files The following files are required to replicate this build: * vxsim\_linux\_1\_0\_2\_2 (directory)