Skip to main content
0 votes
1 answer
70 views

I'm struggling with my MQTT clients to subscribe to a topic without having the topic subscribed multiple times after the client runs for a while. (I also have an issue with the clients not processing ...
waldrabe's user avatar
  • 303
-1 votes
1 answer
39 views

I cannot figure out how to use the FlowableWithSingle<Mqtt5Publish,Mqtt5SubAck> subscribePublishes(Mqtt5Subscribe subscribe) method of the HiveMQ Rx client API. It returns FlowableWithSingle ...
wilx's user avatar
  • 18.3k
0 votes
0 answers
42 views

Encountered a java.lang.StackOverflowError while attempting to retrieve data using Hawk. This crash occurs consistently when trying to access a specific value. The stack trace suggests the issue ...
Masoud Khoshkam's user avatar
0 votes
0 answers
64 views

I am trying to connect to test.mosquitto.org over port 8885 with tls from Android HiveMQ library. Username : rw, password: readwrite MqttClientBuilder mqttClientBuilder = MqttClient.builder() ....
Palakkumar Darji's user avatar
0 votes
2 answers
237 views

I have the following... <control-center> <users> <user> <name>admin</name> <password>...
Jackie's user avatar
  • 24k
0 votes
0 answers
64 views

I am developing an Android application that publishes ECG packets using the Java HiveMQ MQTT Client library to a HiveMQ broker. The application works as follows: The user enters a userId(topic), and ...
Ajit Kumar's user avatar
0 votes
1 answer
243 views

I am using this particular code to test an MQTT connection with HiveMQ, but I'm struggling to disable certificate validation. I don't want to validate the certificate while connecting to the broker. ...
P SAI KIREETI's user avatar
0 votes
1 answer
70 views

[mqtt-broker:HiveMQ] Connection failed to broker: mqtt://mqtt-dashboard.com:8884 I try restarting my node-red Configuring my MQTT In node with the exact host, i.e.: I still get the exact same error ...
user25171489's user avatar
0 votes
1 answer
122 views

Cannot connect with cocoamqtt 5.0, it says connection refused when using in Xcode, below is code :- func buildMQTTConnection() { ///MQTT 5.0 let clientID = "CocoaMQTT-" + String(...
Gurpal Rajout's user avatar
0 votes
1 answer
110 views

I have an ESP8266. On this board I'm running the newest Version of the MicroPython firmware (1Mib). I have a Java Vaadin Web Application with 2 Buttons. One Button is for publishing, that the LED ...
Larshle's user avatar
0 votes
2 answers
260 views

I'm using the HiveMQ Android Client in my Android App. I "probe" for a device using a transient object for the transaction, which wraps an Mqtt3AsyncClient. fun probe(callback: ((String) -&...
Travis Griggs's user avatar
25 votes
5 answers
68k views

I am trying to implement Paho Python MQTT and connect to an online broker but the code seems to through an error. ValueError: Unsupported callback API version: version 2.0 added a ...
user330720's user avatar
0 votes
0 answers
243 views

it seems that all the cluster in hivemq need to run under ssl. I have set up the ssl settings in MQTTX, but it turns out to show exception "certificate has expired!". i have tried using ...
Timothy Chen's user avatar
0 votes
1 answer
298 views

I'm trying to establish a connection from my angular application via mqtt.js client to my local hivemq broker running on docker with the following connection details: const options: IClientOptions = { ...
olimtrail's user avatar
0 votes
1 answer
762 views

I am making a simple android app in Kotlin. I wish to use hivemq to publish messages which will be picked up by an ESP 8266. I found a library and adapted the sample code from this page: https://...
Gaurav Joseph's user avatar

15 30 50 per page
1
2 3 4 5
12