Taking Your MQTT Broker Global
The previous two chapters covered two fully functional prototype projects so that you can get hands-on experience on how to build IoT projects. So, what next?
Now that you have seen the potential of IoT and the hardware we used – the Raspberry Pi – you are ready to learn how to utilize these technologies best. In this chapter, we will talk about the MQTT broker that we have currently hosted on the Raspberry Pi. This gives us access to it within a local network only. But what if we can access it over the internet?
Figure 7.1 – MQTT meets the internet!
In this chapter, we will cover the following topics:
- Establishing the advantages of a global MQTT broker
- How to take your broker global
Everything discussed in this chapter is not always required, so if you just want to create small projects for your home, I suggest sticking with the Raspberry Pi instead of using the options presented in...