send link to app

MQTT Tester / Client


4.6 ( 736 ratings )
Utilidades Productividad
Desarrollador Alberto Iglesias
0.99 USD

The MQTT Tester / Client allows developers to connect to any MQTT Broker for easy testing, pubbing and subbing.

This client allow you Connect, Subscribe, Publish, with/without user and password, and allow you define your QoS (Quality of Service)

You can configure when delivered the broker messages with only text, sound and vibrate

** THE BEST MQTT CLIENT EVER CREATED FOR iOS **

* What is MQTT? *

MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimise network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium.

MQTT, short for Message Queue Telemetry Transport, is a light weight messaging protocol that enables embedded devices with limited resources to perform asynchronous communication on a constrained network.

MQTT protocol is based on publish/subscribe pattern so that a client can subscribe to one or more topics and receive messages that other clients publish on these topics.

References: http://mqtt.org