I have a need to support WebSocket connections in a Mosquitto MQTT broker, so am adding the libwebsockets library package, and adding a configuration option to the mosquitto package.
v2: Download libwebsockets source from GitHub instead of libwebsockets.org's own git server due to unreliable, on-the-fly generated tarballs from the latter either getting truncated, or having unstable MD5 checksums. Patches: 1) libwebsockets: new package 2) mosquitto: Add optional WebSocket support rules/libwebsockets.in | 56 +++++++++++++++++++++++++++++++ rules/libwebsockets.make | 85 ++++++++++++++++++++++++++++++++++++++++++++++++ rules/mosquitto.in | 13 ++++++-- rules/mosquitto.make | 2 +- 4 files changed, 152 insertions(+), 4 deletions(-)
