1The 'core' branded application protocols are 'standalone' in that they do not 2have any dependencies outside of the C library. They use a simple transport 3interface definition to ensure they are not dependent on the underlying TCP/IP 4stack. This directory collects together the application protocols that all use 5the same transport interface definition. 6 7Directories: 8 9+ coreMQTT contains the implementation of the coreMQTT library. 10+ coreMQTT-Agent contains the implementation of the coreMQTT Agent library. 11+ coreHTTP contains the implementation of the coreHTTP library. 12+ coreSNTP contains the implementation of the coreSNTP library. 13+ network_transport contains multiple implementations for the transport interface. 14 15For more details on the above libraries, see: https://www.freertos.org/application-protocols.html. 16