Top "Mqtt" questions

Message queuing telemetry transport, or MQTT, is a publish/subscribe messaging protocol designed to minimize network bandwidth usage and device resource requirements.

MQTT client for ios

I am developing an app for IOS and need MQTT client, I searched and there are similar questions asking which …

ios objective-c mqtt paho
Difference between port and listener in MQTT

I have installed mosquitto client for MQTT on my local machine. I have below configuration: listener 1883 protocol mqtt listener 9001 protocol …

mqtt mosquitto libmosquitto
Alternative to OPC-UA

Is there any decent alternative to OPC-UA as a solution for accessing process data of a system composed of various …

mqtt plc opc scada opc-ua
Access control in Mosquitto MQTT Broker

How can I restrict publishing to only selected users on a Mosquitto MQTT broker? I want some users to be …

mqtt mosquitto paho
Horizontally scaling mosquitto broker

I am considering mosquitto for a MQTT broker. From what I've read, I realized that Mosquitto doesn't support Horizontal Scaling. …

mqtt iot broker mosquitto
Problems with Mosquitto and last will (testament)

I'm using Mosquitto and the Python implementation of Paho to try to communicate a couple of programmes. I'm getting some …

python mqtt mosquitto paho
Using MQTT with multiple subscribers

I'm using mosquitto (http://mosquitto.org/) as an MQTT broker and am looking for advice on load balancing subscribers (to …

mqtt mosquitto
Connection lost (32109) - java.io.EOFException

I used eclipse MQTT for connect to MQTT server. I can connect to server successfully but when i publish message , …

java mqtt paho
Paho MQTT Android service wake up activity

I am trying to use Paho Android MQTT library (downloaded from here). The sample service application works fine, the subscribe …

android android-service mqtt
mosquitto_sub with TLS enabled

I am new to MQTT and I have a frustrating problem. I have been using MQTT.fx to subscribe to …

mqtt tls1.2 mosquitto