• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

coreHTTP/22-Aug-2025-

coreMQTT/22-Aug-2025-

coreMQTT-Agent/22-Aug-2025-

coreSNTP/22-Aug-2025-

network_transport/21-Aug-2025-

ReadMe_coreMQTT.url A D21-Aug-2025123 65

ReadMe_network_transport.url A D21-Aug-2025138 65

readme.txt A D21-Aug-2025836 1612

ReadMe_coreMQTT.url

1[{000214A0-0000-0000-C000-000000000046}]
2Prop3=19,11
3[InternetShortcut]
4IDList=
5URL=https://www.freertos.org/coremqtt
6

ReadMe_network_transport.url

1[{000214A0-0000-0000-C000-000000000046}]
2Prop3=19,11
3[InternetShortcut]
4IDList=
5URL=https://www.freertos.org/transportinterface.html
6

readme.txt

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