-
Please provide some example code using the Tiny_GSM library to connect to a cloud MQTT broker on 8883.
Example in the library will not connect to a private xxxxx.s1.eu.hivemq.cloud 8883 but connect…
-
Currently the HiveMQ MQTT auth code runs in-process within the MQTT broker. This is the way HiveMQ expect auth plugins to run and is common practice generally in the Java world but has some disadvanta…
-
**#include "lfs.h"
lfs_t lfs;
lfs_file_t file;
#define BLOCK_COUNT 10
#define BLOCK_SIZE (1024*8)
uint8_t buff[BLOCK_SIZE * BLOCK_COUNT];
static int lfs_hal_read(const struct lfs…
-
### Brand Name
- [x] HiveMQ - #10393
- [ ] HiveMQ MQTT Client
- [ ] HiveMQ Edge
- [ ] HiveMQ Cloud
### Website
https://www.hivemq.com/
### Popularity Metric
# Similarweb Popularity M…
-
I am trying to set up a secure MQTT connection with different brokers that require certificates like HiveMQ however this is not available in the current ESP-Easy build which only supports username and…
-
Hie, I am trying to connect CocoaMQTT With HiveMQ, with correct credentials, I had verified them too, but in acknoledgement it says NotAuthrized, below is code I am trying.
Note:- Two way ssl is al…
-
I am unable to connect to HiveMQ broker cloud where I have configured the URL: 96b3edf4aadc47238e12bd937aba7897.s1.eu.hivemq.cloud
Name: ….
Password: …….
Port: 1883
-
Platform: Android 19
build.gradle:
minSdkVersion : 19
compileSdkVersion = 33
targetSdkVersion = 33
buildToolsVersion = '33.0.1'
Retrofix :
classpath 'com.github.sgtsilvio.gradle:android-re…
-
### Discussed in https://github.com/hivemq/hivemq-mqtt-client-dotnet/discussions/185
Originally posted by **danielwertheim** July 10, 2024
Was about to start evaluating your client but then sa…
-
Hello sir
I want to connect knowgo to hivemq broker but when deploying knowgo on vps not connected, when installing on my windows everything is fine and connected to broker...
I checked firewall ro…