You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS/FreeRTOS-Plus/Source/Application-Protocols/network_transport
andysun2015 a6dfca9829
Update file header and cellular lib commit (#704)
3 years ago
..
sockets_wrapper Update file header and cellular lib commit (#704) 3 years ago
using_mbedtls Add cellular library submodule path and demo (#695) 3 years ago
readme.txt Restructure platform directory (#382) 4 years ago

readme.txt

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.