# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup github 1.0 PortGroup cmake 1.1 PortGroup openssl 1.0 github.setup eclipse paho.mqtt.cpp 1.4.1 v revision 0 categories net maintainers nomaintainer license EPL-2 description Library to enable C++ applications to connect to an MQTT broker to publish and receive messages. long_description MQTT and MQTT-SN are lightweight publish/subscribe \ messaging transports for TCP/IP and connectionless \ protocols (such as UDP) respectively. The Eclipse \ Paho project provides open source, mainly client side, \ implementations of MQTT and MQTT-SN in a variety of \ programming languages. depends_lib-append \ port:paho.mqtt.c # We enable SSL so that the paho.mqtt.cpp library builds without issues configure.args-append \ -DPAHO_WITH_SSL=ON checksums rmd160 543046a3d39cb2bb35266354394130520273b0e6 \ sha256 9c7c8f95960e669465390de2d6d65e30248ad8d30895f52c71ba086b6a41a61a \ size 235708