tania-core icon indicating copy to clipboard operation
tania-core copied to clipboard

MQTT gateway plans?

Open poVoq opened this issue 5 years ago • 3 comments

This seems like a really cool project!

I read on the road map that you are planning to add MQTT broker functionality or at least an interface to it?

Have you considered using Ejabberd for it? They recently added MQTT broker functionality to what is otherwise a really stable and scaleable XMPP server. It is also really low resource and runs without issues on a RasberryPI or similar. See: https://blog.process-one.net/ejabberd-19-02-the-mqtt-edition/

This would also open Tania to all sorts of cool remote control and communication via XMPP.

There are some good XMPP libraries in Go: https://github.com/FluuxIO/go-xmpp https://github.com/mattn/go-xmpp

poVoq avatar May 09 '19 14:05 poVoq

Also see https://github.com/FluuxIO/mqtt Which is from the same creators as Ejabberd.

poVoq avatar May 09 '19 14:05 poVoq

Hi @poVoq, thank you for recommending it. I will take a look at it because we still don't decide yet how we will integrate Tania to MQTT.

bepitulaz avatar May 10 '19 14:05 bepitulaz

MQTT Server written in Go from The Things Industries: https://github.com/TheThingsIndustries/mystique

pablojimpas avatar Oct 16 '21 13:10 pablojimpas