You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Suite
Aniruddha Kanhere 1bc759d413
Aws only files spell check (#593)
* Added spell check

* All words

* Add a missing word

* Fix header checks

* Fix header checks v1

* Fix header check v2

* Updated freertos link in header

* Fixed afr link in the header

* Fix last of header checks

* Update the spell check script to check amazon licensed files only

* Fixed paths and added comments

* Try with modified repo

* Add inplace substitute option to sed

* Use official repo as the spell checker source

* Add vendor file to the ignored list

Co-authored-by: root <root@ip-172-31-5-28.us-west-2.compute.internal>
4 years ago
..
Config Aws only files spell check (#593) 4 years ago
Logging Merge FreeRTOS 202104.00 to main (#585) 4 years ago
Test_Code Merge FreeRTOS 202104.00 to main (#585) 4 years ago
WinPCap Merge FreeRTOS 202104.00 to main (#585) 4 years ago
Full-TCP-Suite.sln Add Full TCP test suite - not using secure sockets (#131) 5 years ago
ReadMe.txt Add Full TCP test suite - not using secure sockets (#131) 5 years ago
Read_Me_Build_Instructions.url Add Full TCP test suite - not using secure sockets (#131) 5 years ago
WIN32.vcxproj Update path for WinSim logging port (#385) 4 years ago
WIN32.vcxproj.filters Update path for WinSim logging port (#385) 4 years ago
WIN32.vcxproj.user Add Full TCP test suite - not using secure sockets (#131) 5 years ago
main.c Relocate logging sources under FreeRTOS-Plus/Source/Logging (#354) 4 years ago

ReadMe.txt

The FreeRTOS+TCP source code and example projects are currently provided in
their own .zip file download, but using the directory structure of the official
FreeRTOS .zip file download.  This allow the projects to be seamlessly moved
from one download to the other, but can seem strange when the files are viewed
in isolation.

The FreeRTOS+TCP test suite Visual Studio project file is in the following
directory: FreeRTOS-Plus\Test\FreeRTOS-Plus-TCP\Integration\Full-TCP-Suite

This project is a version of the standard FreeRTOS demos that includes the
integration tests of +TCP. It tests the +TCP stack through the use of FreeRTOS_Sockets
API. To Run this project, make sure that the computer is connected to a network
via ethernet cable. 
- Open the project (using file named `Full-TCP-Suite.sln`) and
choose the required network interface by modifying this line `#define 
configNETWORK_INTERFACE_TO_USE` in FreeRTOSConfig.h. 
- Modify the `tcptestECHO_SERVER_ADDR[0-3]` and `tcptestECHO_PORT` in the file 
`test_tcp.h` according to the address of the unsecure echo server of your choosing.
An implementation of echo server is provided here: 
https://docs.aws.amazon.com/freertos/latest/portingguide/afr-echo-server.html

Once these changes are made, just build and run the project. It should run 23 test
of which all should pass with a proper connection.