Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Bridge connection over Websockets

Hello everyone

Is it possible to setup a bridge connection over Websockets?

I am trying these configs:

$ cat mosquitto1.conf 
port 1884
listener 8080

protocol websockets

$ cat mosquitto2.conf 
connection bridge1
address localhost:8080
topic Up/# out 1
topic Down/# in 1

$

Am I missing something?

Thanks,
   Andrey


Back to the top