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 minimal FreeRTOS+TCP Visual Studio project file is in the following directory:
8FreeRTOS-Plus\Demo\FreeRTOS_Plus_TCP_Minimal_Windows_Simulator
9
10The minimal project is a cut down version of the full Windows demo that only
11includes examples of simple TCP and UDP clients.  The instructions for the full
12Windows demo are still relevant though as they describe how to set up the
13WinPCap development environment, how to set the IP address, and other such
14items.  Note that, as delivered, configUSE_DHCP is set to 0, so a static IP
15address is used.  The instructions are provided on the following URL:
16http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/examples_FreeRTOS_simulator.html
17
18The UDP client example included in the minimal project is described on the
19following URL:
20http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/UDP_client_server.html
21
22The TCP client example included in the minimal project is described on the
23following URL:
24http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Echo_Clients.html
25
26The TCP server example included in the minimal project is described on the
27following URL:
28https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Echo_Server.html
29
30A description of the FreeRTOS+TCP source code directory is provided on the
31following URL:
32http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Networking_Tutorial_Source_Code_Organisation.html
33
34A description of the way the main FreeRTOS .zip file download source code is
35organized is provided on the following URL:
36http://www.freertos.org/a00017.html
37
38
39