Lines Matching full:agent
1 ## coreMQTT Agent Library
3 …Agent library is a high level API that adds thread safety to the [coreMQTT](https://github.com/Fre…
14 git clone https://github.com/FreeRTOS/coreMQTT-Agent.git --recurse-submodules
18 git clone git@github.com:FreeRTOS/coreMQTT-Agent.git --recurse-submodules
26 ## coreMQTT Agent Library Configurations
28 …Agent library uses the same `core_mqtt_config.h` configuration file as coreMQTT, with the addition…
35 ## Porting the coreMQTT Agent Library
36 In order to use the MQTT Agent library on a platform, you need to supply thread safe functions for …
46 …he `MQTTAgentCommandGet_t` function pointer will no longer be used by the agent, so it may be free…
55 The MQTT Agent does not track subscriptions for MQTT topics. The receipt of any incoming PUBLISH pa…
59 …Agent source files that are in the [source](source/) directory, and add [source/include](source/in…
63 For a CMake example of building the MQTT Agent library with the `mqttAgentFilePaths.cmake` file, re…
96 Please refer to the demos of the MQTT Agent library in the following locations for reference exampl…
100 | [coreMQTT Agent Demos](https://github.com/FreeRTOS/coreMQTT-Agent-Demos) |
106 The MQTT Agent API documentation can be found [here](https://freertos.org/Documentation/api-ref/cor…