MQTT

作者: seekii | 来源:发表于2018-05-14 09:33 被阅读0次

    wget https://mosquitto.org/files/source/mosquitto-1.5.tar.gz

    https://github.com/warmcat/libwebsockets.git

    # mkdir bulid

    # cd bulid

    # cmake ..

    # make && make install

    ### Build Dependencies

    * c-ares (libc-ares-dev on Debian based systems) - disable with `make WITH_SRV=no`

    * libuuid (uuid-dev) - disable with `make WITH_UUID=no`

    * libwebsockets (libwebsockets-dev) - enable with `make WITH_WEBSOCKETS=yes`

    * openssl (libssl-dev on Debian based systems) - disable with `make WITH_TLS=no`

    * xsltproc (xsltproc and docbook-xsl on Debian based systems) - only needed when building from git sources - disable with `make WITH_DOCS=no`

    相关文章

      网友评论

          本文标题:MQTT

          本文链接:https://www.haomeiwen.com/subject/airhdftx.html