broadcaster icon indicating copy to clipboard operation
broadcaster copied to clipboard

Adds MQTT backend

Open Governa opened this issue 4 years ago • 3 comments

Governa avatar Feb 26 '21 06:02 Governa

this seems to be outdated. (it does not seem to work with the example code). Do you plan on fixing the merge conflict?

Alex-CodeLab avatar Aug 17 '22 10:08 Alex-CodeLab

Most of the problems are fixed. What is still missing is a way to create a MQTT service in a GitHub workflow.

Inside the eclipse-mosquitto image, a file called /mosquitto-no-auth.conf can be used to set up a server accepting anonymous users. What we want to do is to pass -c /mosquitto-no-auth.conf as a parameter to the CMD of the docker image.

Governa avatar Aug 21 '22 06:08 Governa

This PR looks like it's real close to being merged and has some nice features

lukepighetti avatar Apr 25 '23 01:04 lukepighetti

Superseded by https://github.com/encode/broadcaster/pull/117

alex-oleshkevich avatar Apr 23 '24 08:04 alex-oleshkevich