Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mosquitto support #86

Open
delanym opened this issue Dec 30, 2020 · 2 comments
Open

mosquitto support #86

delanym opened this issue Dec 30, 2020 · 2 comments

Comments

@delanym
Copy link

delanym commented Dec 30, 2020

My builds run on another server, so I want to use a mosquitto broker to relay the notifications, like so

mosquitto_pub -h 192.168.10.80 -t notifications -m "{\"title\": \"Custom notification\", \"text\": \"Hello world\"}"

And on my desktop I run https://github.com/David-Lor/MQTT2NotifySend/blob/master/mqtt2notifysend.sh

./mqtt2notifysend.sh -h 192.168.10.80 -t notifications

Can this be added?

@jcgay
Copy link
Owner

jcgay commented Jan 6, 2021

Thanks I was not aware of this project 😇.
I think it could make sense indeed to send messages through MQTT protocol.
Maybe using https://www.eclipse.org/paho/ instead of the mosquitto_pub CLI ?

@delanym
Copy link
Author

delanym commented Jan 6, 2021

Sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants