Top "Mosquitto" questions

An Open Source MQTT v5/v3.

java.io.EOFException with paho

i want to make stress test on mosquitto, so i create some code as below for (int i = 0; i < 800; …

java mqtt mosquitto paho
Restarting the mosquito broker

I have installed mosquito broker on my mac using brew install mosquitto. Normally I don't give any commands to start …

macos sockets mqtt mosquitto
mosquitto_pub: error while loading shared libraries: libmosquitto.so.1: cannot open shared object file: No such file or directory

I encountered this problem when I compiled mosquitto on my Fedora 21 box from source. mosquitto_pub: error while loading shared …

linux mqtt mosquitto fedora-21
Securing arduino to mosquitto connection with TLS

I'm trying to secure the connection between the arduino pubsub client and mosquitto broker (which is running on a public …

ssl arduino client mqtt mosquitto
How to send binary data?

I am using Mosquito MQTT server to broadcast messages. How can I send a binary data (not text)? Example: mosquitto_…

mqtt mosquitto
Read .db file in Mosquitto

I'm using Mosquitto Project (http://mosquitto.org), this is my mosquitto.conf persistence_file mosquitto.db persistence_location C:/var/…

mqtt mosquitto
Mosquitto 1.4.2 Websocket support

I'm trying to utilize Mosquittos recent update to support websockets in the broker. I'm running Mosquitto v1.4.2 and I've added …

websocket mqtt iot broker mosquitto
How to get client IP using Mosquitto MQTT

I would like to log the IP address of clients using Mosquitto MQTT. I am using Paho - Python on …

mqtt mosquitto paho
How to compile using libmosquitto

Iam trying to compile the code example available on the libmosquitto website (at the bottom): http://mosquitto.org/man/libmosquitto-3.…

c gcc mqtt mosquitto
Usage of MQTT protocol in React

I'm kinda new to react and trying to understand how to make MQTT work with it. i've tried to follow …

reactjs mqtt mosquitto