-
I'm not able to build either of the mqtt-client examples. minimal-mqtt-client throws the error:
```
CMake Error at CMakeLists.txt:4 (include):
include could not find requested file:
Lws…
-
Hello,
Are there any plans to support Websocket publishing in uMQTTBroker or any known forks that address this ?
I found a library that does it and supposedly supports Eclipse Paho :
https://gith…
bcopy updated
4 years ago
-
## Version of the custom_component
0.0.1
## Configuration
```yaml
skydrop:
client_key: !secret skydrop_client_key
client_secret: !secret skydrop_client_secret
```
## Describe…
-
Platform: Android 19
build.gradle:
minSdkVersion : 19
compileSdkVersion = 33
targetSdkVersion = 33
buildToolsVersion = '33.0.1'
Retrofix :
classpath 'com.github.sgtsilvio.gradle:android-re…
-
I would love to see a timestamp when the current charge session has started then an end timestamp made available via websocket/mqtt UTC time.
`start_charge: `
`end_charge: `
When charge starts…
-
Hi,
I'm currently working on a python client for the Homegear API which supports XML RPC, JSON RPC and (hopefully soon) MQTT and Websockets.
Are you planning to add all methods to this repo which ar…
-
### Short description
MQTTClient.podspec declares a dependency on SocketRocket but without declaring a version.
Last night SocketRocket got updated and now MQTTClient/Websocket no longer builds.
…
-
大佬,WebSocket connection to 'ws://222.73.204.54:9001/mqtt' failed: , 这个服务不可用了 , 本地demo跑不起来了
想用这个服务 膜拜下大佬的项目
-
The procedure of compile and running follows:
1. libwebsockets & mosquitto
libwebsockets:
```
# git clone https://github.com/warmcat/libwebsockets.git
# cd libwebsockets
# git checkout v3.2.0 …
-
In my use case, I need two global MQTT clients: one using MQTT protocol, the other using websockets.
I added the following into `app.module.ts`:
```ts
@Module({
imports: [
MqttModule.fo…