Lines Matching full:library
1 ## coreMQTT Agent Library
3 …library is a high level API that adds thread safety to the [coreMQTT](https://github.com/FreeRTOS/…
5 …library has gone through code quality checks including verification that no function has a [GNU Co…
7 See memory requirements for this library [here](./docs/doxygen/include/size_table.md).
26 ## coreMQTT Agent Library Configurations
28 The MQTT Agent library uses the same `core_mqtt_config.h` configuration file as coreMQTT, with the …
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 …
57 ## Building the Library
59 …library requires the coreMQTT library, whose files follow the same `source/` and `source/include` …
63 …ple of building the MQTT Agent library with the `mqttAgentFilePaths.cmake` file, refer to the `cov…
88 1. Run this command to build the library and unit tests: `make -C build all`
96 Please refer to the demos of the MQTT Agent library in the following locations for reference exampl…
126 This library is licensed under the MIT License. See the [LICENSE](LICENSE) file.