FreeRTOS-Kernel/FreeRTOS-Plus/Source/Application-Protocols
Dakshit Babbar fda472bbd6
Update the coreMQTT submodule pointer (#1331)
* Update the coreMQTT submodule pointer

* [coreMQTT Version Update] Include core_mqtt_config.h in mqtt helper files

* Update the coreMQTT-Agent Submodule pointer to the updated fork branch

* Update manifest.yml file

* Add readme for OTA demos transitioning

* Update the pointer to coreMQTT-Agent to the upstream main and update manifest file

* Update manifest file

---------

Co-authored-by: Rahul Kar <118818625+kar-rahul-aws@users.noreply.github.com>
2025-03-06 11:08:38 +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 [mainline update] Populate RSA key attributes in mbedtls context (#1288) 2024-10-21 10:22:15 +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.