• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

Config/21-Aug-2025-

Test_code/21-Aug-2025-

WinPCap/21-Aug-2025-

Full-TCP-Networkless.sln A D21-Aug-20251,004 2422

ReadMe.txt A D21-Aug-20251 KiB1915

Read_Me_Build_Instructions.url A D21-Aug-2025187 76

main.c A D21-Aug-202512.2 KiB353190

ReadMe.txt

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