Introduction to IoT: How to Send MQTT Messages From iOS Using Swift
Mobile is the natural way to control IoT devices. But even controlling a simple on/off switch requires a fair amount of code, and it can be hard to figure out where to start. This tutorial shows you how to build a simple MQTT publisher client app using Swift on iOS. It goes without saying that mobile and IoT should fit...