broadcaster
broadcaster copied to clipboard
Adds MQTT backend
this seems to be outdated. (it does not seem to work with the example code). Do you plan on fixing the merge conflict?
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.
This PR looks like it's real close to being merged and has some nice features
Superseded by https://github.com/encode/broadcaster/pull/117