1The FreeRTOS+TCP source code and example projects are currently provided in 2their own .zip file download, but using the directory structure of the official 3FreeRTOS .zip file download. This allow the projects to be seamlessly moved 4from one download to the other, but can seem strange when the files are viewed 5in isolation. 6 7The FreeRTOS+TCP Integration Tests Visual Studio project file is in the following 8directory: FreeRTOS-Plus\Tests\FreeRTOS_Plus_TCP_Integration_Tests 9 10This project is a version of the standard FreeRTOS demos that includes the 11integration tests of +TCP. It tests 4 functions in the TCP source code. To Run this 12project, make sure that the computer is connected to a network via ethernet cable. 13Open the project (using file named "FreeRTOS_Plus_TCP_Integration_Tests.sln") and 14choose the required network interface by modifying this line #define 15configNETWORK_INTERFACE_TO_USE in FreeRTOSConfig.h. 16 17Once these changes are made, just build and run the project. It should run 4 test 18of which all should pass. 19