Skip to main content

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

Hi Andrey,

I'm afraid not, at the moment it is only possible to connect _to_ the
broker using websockets.

Cheers,

Roger

On Tue, 9 Oct 2018 at 13:38, Andrej Batyiev <batyiev@xxxxxxxxx> wrote:
>
> 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
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top