eclipse / org.eclipse.sensinact.gateway

Eclipse Public License 2.0
6 stars 12 forks source link

Added support for WebSocket transport on MQTT client #405

Closed tcalmant closed 1 month ago

tcalmant commented 1 month ago

Sample MQTT client configuration:

{
  "id": "handlerWS",
  "protocol": "ws",
  "host": "mqtt-broker",
  "port": 9001,
  "path": "/mqtt-ws",
  "topics": ["sensor/#"]
}

Fixes #235