The following files are associated with this library.
| FreeRTOS_ARP.c | Implements the Address Resolution Protocol for the FreeRTOS+TCP network stack |
| FreeRTOS_DHCP.c | Implements the Dynamic Host Configuration Protocol for the FreeRTOS+TCP network stack |
| FreeRTOS_DNS.c | Implements the Domain Name System for the FreeRTOS+TCP network stack |
| FreeRTOS_IP.c | Implements the basic functionality for the FreeRTOS+TCP network stack |
| FreeRTOS_Sockets.c | Implements the Sockets API based on Berkeley sockets for the FreeRTOS+TCP network stack. Sockets are used by the application processes to interact with the IP-task which in turn interacts with the hardware |
| FreeRTOS_Stream_Buffer.c | Provides the API for managing/creating the stream buffers in the FreeRTOS+TCP network stack |
| FreeRTOS_TCP_IP.c | Module which handles the TCP connections for FreeRTOS+TCP. It depends on FreeRTOS_TCP_WIN.c, which handles the TCP windowing schemes |
| FreeRTOS_TCP_WIN.c | Module which handles the TCP windowing schemes for FreeRTOS+TCP. Many functions have two versions - one for FreeRTOS+TCP (full) and one for FreeRTOS+TCP (lite) |
| FreeRTOS_UDP_IP.c | This file has the source code for the UDP-IP functionality of the FreeRTOS+TCP network stack |
| FreeRTOS_ARP.h | |
| FreeRTOS_DHCP.h | |
| FreeRTOS_DNS.h | |
| FreeRTOS_errno_TCP.h | |
| FreeRTOS_IP.h | |
| FreeRTOS_IP_Private.h | |
| FreeRTOS_Sockets.h | |
| FreeRTOS_Stream_Buffer.h | |
| FreeRTOS_TCP_IP.h | |
| FreeRTOS_TCP_WIN.h | |
| FreeRTOS_UDP_IP.h | |
| FreeRTOSIPConfigDefaults.h | |
| IPTraceMacroDefaults.h | |
| NetworkBufferManagement.h | |
| NetworkInterface.h | |