MQTT protocol – Telemetry for IoT

Share

Message Queuing Telemetry Transport (MQTT) is a light weight message exchange protocol. This protocol has emerged as efficient way of telemetry data transmission/reception for IoT devices. Common programming languages have MQTT libraries available to implement this protocol. Apart from IoT you can think of using MQTT in other areas as well. For eg facebook uses […]