Mosquitto with websockets
- This topic has 0 replies, 1 voice, and was last updated 3 years, 10 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › Mosquitto with websockets
Tagged: mosquitto, mqtt, websockets
Hi, I Have a conduit with mlinux 5.3.0b, if im write in the /etc/mosquitto/mosquitto.conf the next configuration:
user root
port 1883
listener 8080
protocol websockets
…
and run it with: mosquitto -c /etc/mosquitto/mosquitto.conf
it show me this: Error: Websockets support not available.
how can i activate the support for websockets?
regards