MQTT helper
This library simplifies Zephyr MQTT API and socket handling.
Configuration
To use the MQTT helper library, enable the CONFIG_MQTT_HELPER
Kconfig option.
Additionally, configure the following options as per the needs of your application:
API documentation
Header file:
include/net/mqtt_helper.h
Source file:
subsys/net/lib/mqtt_helper/mqtt_helper.c