MQTT(Message Queue Telemetry Transport) is a Publish-Subscribe based "lightweight" messaging protocol for use on top of the TCP/IP stack.
It is quite useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.
Ther...