FreeRTOS-Kernel/FreeRTOS-Plus/Source/Application-Protocols/network_transport
2021-11-11 09:41:49 +08:00
..
sockets_wrapper Update file header and cellular lib commit (#704) 2021-11-11 09:41:49 +08:00
using_mbedtls Add cellular library submodule path and demo (#695) 2021-11-10 11:38:44 +08:00
readme.txt Restructure platform directory (#382) 2020-11-05 16:47:43 -08:00

Building a network transport implementation:

1. Go into the sub directory for the TCP/IP stack you are using (e.g. freertos_plus_tcp).
2. Build the wrapper file located in the directory (i.e. sockets_wrapper.c).
3. Select an additional folder based on the TLS stack you are using (e.g. using_mbedtls), or the using_plaintext folder if not using TLS.
4. Build and include all files from the selected folder.