mqtt
Here are 4,002 public repositories matching this topic...
I want to use the SFTP protocol to create folders on the remote SFTP server, without specifying the curl option. The option created on the FTP protocol is "CURLOPT_FTP_CREATE_MISSING_DIRS".
Do you have any corresponding SFTP options?
Thanks for any help.
-
Updated
Jun 22, 2020 - C++
I'm following https://gobot.io/documentation/platforms/chip/ on macOS and seeing a compilation error in the sample program:
undefined: gobot.On
Repro steps
I ran go get -d -u gobot.io/x/gobot/... (worked)
Pasted the sample listed to main.go:
package main
import (
"fmt"
"gobot.io/x/gobot"
"gobot.io/x/gobot/drivers/gpio"
"gobot.io/x/gobot/platfor
Environment
- OS: RHEL 7.6
- Erlang/OTP:
- EMQ: 2.3.11
Description
I am using:
NIGINX --> Docker --> custom image with EMQ installed ( same host, SSL offload on nginx)
EMQ works and clients can connect but i see continous multiple crashes/proxy errors in the error.log
2019-08-27 12:12:31.287 [error] <0.11973.534> CRASH REPORT Process <0.11973.534> with 0 neighbou
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
Hi,
I had added a callback on the offline event that, in case is fired, it will call the reconnect() method.
But I've experienced some re-connection loop after the first offline event, so I've deduced that there is already a re-connection policy.
Can you improve the documentation about reconnect() method and default re-connection attempts?
Environment
- ejabberd version: 20.03
Hi all,
I'm on the latest ejabberd and have found the JWT auth docs somewhat lacking - https://docs.ejabberd.im/admin/configuration/authentication/#jwt-authentication
I've created this post https://stackoverflow.com/questions/61490726/jwt-secret-to-use-with-ejabberd and once I have the solution I'd like to update the core docs as the [ProccessOn
While disabling host-name verification can, indeed, be a security foot-gun, it's annoying that the only way to make mosquito_[ps]ub speak to my broker with a broker-specific certificate given as --cafile is a flag named --insecure with klaxons and gongs and marching ants around its documentation. Looking at the code, mosquitto__server_certificate_verify is careful to honor preverify_ok
documentation
Hello,
i can't find the docs for FollowCluster nor more generally speaking, config for some of the tasks that are available on example.json configs
can someone point me in the right direction?
What would you like to be added/modified:
For a device mapper, currently the configmap would be automatically generated by device controller, but users need to manually indicated the configmap name in podSpec, which doesn't make sence.
We can simply make admission controller to auto inject devicemapper relevant c
-
Updated
Jun 5, 2020 - Go
-
Updated
Jun 21, 2020 - Shell
-
Updated
Jun 15, 2020 - C++
Hello.
Interested in the possibility of implementing the following functions for ACL MYSQL :
Add to Public and Subscribe ACL rules template variables %t (topic)
To implement the change of topics corrected in the section
example: Topic change on the fly
Public ACL
{
"pattern": "a/#",
....,
....,
....,
"modifiers": {"topic": "%u/%t",
....,
....,
...
I stumbled across <interaction> and ts_interaction_server, but I'm not sure what the use case is or how it is supposed to be used.
Has anyone used this recently and can add some documentation? Or explain to me how this works and I'll write something.
/cc @nniclausse
-
Updated
Jun 3, 2020 - Go
I've successfully completed the hardware configuration, serial flashing, and wifi configuration steps from the instructions, and I've got it connected to (and powered by) a Raspberry P
- [ x ] Bug exists Release Version 1.1.1 (Java Repository Master Branch)
- [ - ] Bug exists in Snapshot Version 1.1.2-SNAPSHOT (Android Service Repository Master Branch)
- [ - ] Bug is just in the Sample Application.
Android API Version Bug Seen on:
24
Android Version Bug Seen on:
?
The example and sample application do not build with 1.1.2-SNAPSHOT.
Description of Bug:
-
Updated
Jun 22, 2020 - C++
-
Updated
May 31, 2020 - Java
-
Updated
Jan 15, 2018 - HTML
Python 3.8, using Autobahn|Py 20.3.1, and Crossbar from crossbario/crossbar:pypy3-20.2.1
What I'm trying to do is have a pool of workers handling an endpoint with shared registration (roundrobin), and after a set number of invocations, a worker will unregister itself and exit so that a fresh process can take its' place.
Steps:
- create two processes; each connects to Crossbar and registers
-
Updated
Jun 22, 2020 - C++
I have just question: Does Moquette support 2-way SSL authentication? I found in documentation section "SSL Configuration" (https://moquette-io.github.io/moquette/documentation.html#_ssl_configuration) but if I understand example correctly there is covered only "1-way" SSL authentication and client certificate is not verified by server.
-
Updated
May 4, 2020 - Objective-C
I noticed that the "certificate weakening" TlsOptions like IgnoreCertificateChainErrors, IgnoreCertificateRevocationErrors, AllowUntrustedCertificates and CertificateValidationCallback have no effect when using web socket connections.
I understand this is because the underlying api (System.Net.WebSockets) does not support this (at least not in all target frameworks), but I think it should be no
-
Updated
Apr 12, 2020 - Python
Improve this page
Add a description, image, and links to the mqtt topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mqtt topic, visit your repo's landing page and select "manage topics."


The problem
I copied the arduino integration into
custom_components:and made homeassistant the owner:
Environment
Latest hass, latest raspbian on Pi 4.