FreeRTOS-Kernel/FreeRTOS-Plus/Test/FreeRTOS-Plus-TCP/Integration/Full-TCP-Networkless
johnrhen 43defa566c
Apply release changes to main branch (#759)
* Update History.txt and README.md for December release (#744)

* Update History.txt and README.md for release

* Bump mbedtls submodule to v2.28.0 (#745)

* Patch project files for mbedtls (#751)

* Apply group 1 patches

* Apply patches for group 2

* Update project files for mbedTLS new version

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

* Fix warnings in projects

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

* Fix warnings in HTTP_S3_Download demo

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>

* Update changelog and history for corePKCS11 update (#752)

* Update submodule pointer and manifest.yml for corePKCS11 (#754)

* Update readme and history.txt to show that Sigv4 is a newly added library (#756)

* Revert update to v143 of VS toolset (#757)

* [AUTO][RELEASE]: Bump file header version to "202112.00"

* Update file headers to satisfy core checks

Co-authored-by: Muneeb Ahmed <54290492+muneebahmed10@users.noreply.github.com>
Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
Co-authored-by: johnrhen <johnrhen@users.noreply.github.com>
2021-12-23 10:16:27 -08:00
..
Config Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
Test_code Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
WinPCap Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
Full-TCP-Networkless.sln Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00
main.c Apply release changes to main branch (#759) 2021-12-23 10:16:27 -08:00
Read_Me_Build_Instructions.url Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00
ReadMe.txt Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00
WIN32.vcxproj Update path for WinSim logging port (#385) 2020-11-06 09:21:25 -08:00
WIN32.vcxproj.filters Update path for WinSim logging port (#385) 2020-11-06 09:21:25 -08:00
WIN32.vcxproj.user Folder structure change + Fix broken Projects (#103) 2020-06-26 12:09:36 -07:00

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 Integration Tests Visual Studio project file is in the following
directory: FreeRTOS-Plus\Tests\FreeRTOS_Plus_TCP_Integration_Tests

This project is a version of the standard FreeRTOS demos that includes the
integration tests of +TCP. It tests 4 functions in the TCP source code. To Run this
project, make sure that the computer is connected to a network via ethernet cable.
Open the project (using file named "FreeRTOS_Plus_TCP_Integration_Tests.sln") and
choose the required network interface by modifying this line #define 
configNETWORK_INTERFACE_TO_USE in FreeRTOSConfig.h.

Once these changes are made, just build and run the project. It should run 4 test
of which all should pass.