Created attachment 157290 [details] mosquitto-1.4.2 update The python part is now a standalone project hosted by eclipse. patch one updates the port to version 1.4.2, the second is for the new py-paho-mqtt port.
Created attachment 157291 [details] new port paho-mqtt The standalone python part
(In reply to Olli Hauer from comment #0) It would be possible to make an option for turning on websocket protocol. I tried to edit config.mk(change WITH_WEBSOCKETS=yes, have installed libwebsockets library), but this not work. thanks Emil
A commit references this bug: Author: ohauer Date: Sat Jul 4 09:09:35 UTC 2015 New revision: 391296 URL: https://svnweb.freebsd.org/changeset/ports/391296 Log: - add port py-paho-mqtt This port replace the replace mosquitto python driver Python MQTT version 3.1/3.1.1 client class The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. WWW: http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM) Changes: head/net/Makefile head/net/py-paho-mqtt/ head/net/py-paho-mqtt/Makefile head/net/py-paho-mqtt/distinfo head/net/py-paho-mqtt/pkg-descr
A commit references this bug: Author: ohauer Date: Sat Jul 4 09:14:10 UTC 2015 New revision: 391297 URL: https://svnweb.freebsd.org/changeset/ports/391297 Log: - update to 1.4.2 The Python driver is now provided by net/py-paho-mqtt! More drivers can be found at http://eclipse.org/paho PR: 200540 Submitted by: ohauer Approved by: Joseph Benden <joe@thrallingpenguin.com> (maintainer, via PM) Changes: head/net/mosquitto/Makefile head/net/mosquitto/distinfo head/net/mosquitto/files/patch-CMakeLists.txt head/net/mosquitto/files/patch-config.mk head/net/mosquitto/files/patch-lib_tls__mosq.h head/net/mosquitto/files/patch-mosquitto.conf head/net/mosquitto/files/patch-src_CMakeLists.txt head/net/mosquitto/pkg-descr head/net/mosquitto/pkg-message head/net/mosquitto/pkg-plist
(In reply to Emil Petrik from comment #2) I think first we need a working port for libwebsockets in the tree. Adding an OPTION to change config.mk and depend on libwebsockets can be easily added later to mosquitto.
- update committed!