I am setting up a sensor network for my new DIY home automation system and am in the main checkpoint. I use OpenHAB as the "home base" for the system, and since it has an MQTT binding, I decided that this would be a good way for all nodes to talk to it. I know that I can connect to test.mosquitto.org, which is great for testing. But, obviously, this is not safe enough for a permanent server (I am also sure that they specifically say that they do not use this server for permanent things).
After a lot of Google searches, I found a decent amount of information about Mosquitto and MQTT, but to be honest, most of them are on my head since I'm just getting started. My question here is that most seem to already be known, already known, how am I really going to set up my own MQTT server on a Raspberry Pi that will run everything? Or is this not the norm, and should I find a public server (e.g. test.mosquitto.org)? It just doesn't seem like the most practical method.
Thanks in advance for your help.
source share