mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: ============= - Added Share Name character check. - Implemented cmake package version checking. - Fixed broker tool not delivering all retained messages when wildcard subscription matches multiple topics. - Added get_qos2_publish_handled_pids(), restore_qos2_publish_handled_pids(), restore_packets(), and get_stored_packets() to client for convenient. - get_endpoint() can be omitted now. - Refined reconnect examples. - Added websocket async_close timeout. - Added documentation regarding stream reuse restrictions for TLS-related streams. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
430 B
BlitzBasic
16 lines
430 B
BlitzBasic
SUMMARY = "MQTT communication C++ library using Boost.Asio"
|
|
HOMEPAGE = "https://github.com/redboltz/async_mqtt"
|
|
LICENSE = "BSL-1.0"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
|
|
|
|
CVE_PRODUCT = "async_mqtt"
|
|
|
|
SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https;tag=${PV}"
|
|
SRCREV = "7129d72c1b9adf159bc506206df3fb422bb9fb84"
|
|
|
|
DEPENDS = "openssl boost"
|
|
|
|
|
|
inherit cmake
|