-
When compiling the following error is displayed:
> ...\Documents\Arduino\libraries\Blinker\src/Blinker.h:262:6: error: #error Please set a mode BLINKER_BLE/BLINKER_WIFI/BLINKER_MQTT ! Please check …
-
Copied this from https://github.com/plapointe6/EspMQTTClient/blob/master/examples/SimpleMQTTClient/SimpleMQTTClient.ino
but it doesn't do anything.
Is it supposed to do something?
```
// Origin: …
-
Make some nice libraries that are more capable of handling MQTT subscriptions etc.
That way, future stuff won't be such a freaking nightmare to work with :S
Later on, possibly even replace the ol…
Xasin updated
6 years ago
-
Following up from #1804, after 3.7.0 is out look at migrating some of the core libraries and frameworks to see if it improves performance, memory consumption and the firmware binary filesize isn't too…
-
**Is your feature request related to a problem? Please describe.**
_A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]_
Modify the MQTT development , proof…
-
There is a need for a standalone broker, that can run on either (ideally) a ESP32 or more likely a small RPI.
The trick will be relaying - I believe mosquitto may have that capability, but it need…
-
Hi, I've followed the instructions for building paho.mqtt.c and then paco.mqtt.cpp.
I can build paho.mqtt.c, but when I try to build paco.mqtt.cpp I always get this error:
cmake -Bbuild -H. -DCMAK…
-
Not really an issue. I'm working on a similar WT32-ETH01 project with MQTT, and I don't know where to start, the libraries I find online are all archived, and I don't really want to use something that…
-
I built both paho.mqtt c and cpp libraries without problem and integrated them to Unreal Engine 5.
But when I try to open UE5 project, Visual Studio 2022 gives this error.
```
mqtt\ssl_options.h(…
-
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…