nymea / nymea-mqtt

Nymea MQTT broker
GNU General Public License v3.0
7 stars 4 forks source link

Add support for websocket connections #22

Closed mzanetti closed 2 years ago

mzanetti commented 2 years ago

This commit adds support for connecting via the websocket transport protocol on both, client and server parts. In addition, the standalone server implemention is more complete, allowing to manage policies and server ports via command line arguments as well as adding a command line client tool for subscribing to a broker and/or publishing messages to it.

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

t-mon commented 2 years ago

certificateloader.cpp:30:10: fatal error: openssl/ssl.h: No such file or directory

include <openssl/ssl.h>

      ^~~~~~~~~~~~~~~

compilation terminated.

Disable for now.