MQTT - a light on the wire protocol for publish/subscribe. Clients and servers in various languages, C, Python, Erlang, C# and Java and Javascript.
MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol.
MQTT - Message Queue Telemetry Transport.
It was designed as an extremely lightweight publish/subscribe messaging protocol originally for sensor applications but also very useful in mobile environments due to the low power consumption, simplicity of API, and small bandwidth used. Clients and servers are available in various languages including C, Python, Erlang, C#, Java etc.
