FreeRTOS-Kernel/FreeRTOS-Plus/Source/Application-Protocols
Rahul Kar 0cbfaab47d
Update network_transport files based on MbedTLSv3.6.3 (#1340)
Update network_transport files based on MbedTLSv3.6.3
2025-04-21 20:21:08 +05:30
..
coreHTTP@dc94df08e4 Update FreeRTOS and AWS Library Submodules (#1162) 2024-01-26 19:51:49 -05:00
coreMQTT@86a5750bb3 Update the coreMQTT submodule pointer (#1331) 2025-03-06 11:08:38 +05:30
coreMQTT-Agent@a74d35a522 Update the coreMQTT submodule pointer (#1331) 2025-03-06 11:08:38 +05:30
coreSNTP@c5face5fa3 Update FreeRTOS and AWS Library Submodules (#1162) 2024-01-26 19:51:49 -05:00
network_transport Update network_transport files based on MbedTLSv3.6.3 (#1340) 2025-04-21 20:21:08 +05:30
readme.txt Use CI-CD-Github-Actions for spelling and formatting, add in the bot formatting action, update the CI-CD workflow files. Fix incorrect spelling and formatting on files. (#1083) 2023-09-06 12:35:37 -07:00
ReadMe_coreMQTT.url Multiple tidy up and corrections preparing for release (#390) 2020-11-09 14:50:33 -08:00
ReadMe_network_transport.url Multiple tidy up and corrections preparing for release (#390) 2020-11-09 14:50:33 -08:00

The 'core' branded application protocols are 'standalone' in that they do not
have any dependencies outside of the C library.  They use a simple transport
interface definition to ensure they are not dependent on the underlying TCP/IP
stack.  This directory collects together the application protocols that all use
the same transport interface definition.

Directories:

+ coreMQTT contains the implementation of the coreMQTT library.
+ coreMQTT-Agent contains the implementation of the coreMQTT Agent library.
+ coreHTTP contains the implementation of the coreHTTP library.
+ coreSNTP contains the implementation of the coreSNTP library.
+ network_transport contains multiple implementations for the transport interface.

For more details on the above libraries, see: https://www.freertos.org/application-protocols.html.