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-Networkless
kar-rahul-aws 86092070b3 [AUTO][RELEASE]: Bump file header version to "202411.00" 2 months ago
..
Config [AUTO][RELEASE]: Bump file header version to "202411.00" 2 months ago
Test_code [AUTO][RELEASE]: Bump file header version to "202411.00" 2 months ago
WinPCap [AUTO][RELEASE]: Bump file header version to "202411.00" 2 months ago
Full-TCP-Networkless.sln Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 1 year ago
ReadMe.txt Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 1 year ago
Read_Me_Build_Instructions.url Folder structure change + Fix broken Projects (#103) 5 years ago
main.c [AUTO][RELEASE]: Bump file header version to "202411.00" 2 months 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 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.