Skip to content
#

mqtt

Here are 3,548 public repositories matching this topic...

gavan1
gavan1 commented Oct 20, 2018

I've looked at the Master robot example which helps adding and starting multiple robots.
in this code example the mqttbot is receiving correct callback from a MQTT server, I am just not sure how to call the Tello bot TakeOff method, drone.Start() is functioning.

Using the gobot frame work how do we have leverage MQTTbot events to control the TelloBot Driver?

Thanks


func main(){
thingsboard
fabik111
fabik111 commented Dec 9, 2019

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?

ejabberd
rom1dep
rom1dep commented Jul 21, 2018

What version of ejabberd are you using?

ejabberd 18.06

What operating system (version) are you using?

Erlang/OTP 19 [erts-8.3.5.4] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:true] on Fedora release 27 (Twenty Seven)

How did you install ejabberd (source, package, distribution)?

git@0a40ab93c85b2070111914a9ee752a127bf5411e (source)

What did not work

mharjac
mharjac commented Nov 29, 2019

I've spent whole afternoon troubleshooting TLS connection and the problem was in using only intermediate CA certificate instead of full chain. Well, it seems obvious now :) Could you please mention this requirement in man pages, or at least in the configuration example file. Maybe it will save someone else's afternoon in the future.

PJON
drtrigon
drtrigon commented Aug 8, 2018

According to https://github.com/gioblu/PJON/blob/master/documentation/routing.md#interactive-router an Interactive router routes packets as a switch or router but it is also able to act as a device. So that would mean this router can at the same time have an id and be addressed as device? That would be useful to return values and that way get status and debug info from router/switch/tunnels via

Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes

  • Updated Mar 4, 2020
  • Java
OpenMQTTGateway
Legion2
Legion2 commented Apr 21, 2019

I'm always frustrated when is see the code of OMG and can't read it because the indentation is not correct or variable names are only one letter.

Can you define a code style guide for this project and apply this style guide to all existing code.
This style guide should be defined in CONTRIBUTING.md and should have IDE support, so you can easily apply indentation rules to new code.

This wo

joker1
joker1 commented Apr 1, 2019

Expected behavior

Build script deploys -javadoc and -source jar files to maven repository

Actual behavior

No -javadoc or -source jars are deployed

Deploying these jar files would make it easier to use the code in eclipse or any other ide that supports automatically downloading sources and javadoc from maven repository.

adioanca
adioanca commented Nov 23, 2017

I cannot find what info to put in config.js's:
// Authentication and channel information for LINE
config.LINETargetUserID = '';
config.LINEChannelSecret = '';
config.LINEChannelAccessToken = '';

Not having something here makes client.js to fail:
Nov 23 14:21:01 raspberrypi systemd[1]: Started LINE client agent for notification.
Nov 23 14:21:04 raspberrypi node[16616]: /usr/local/berrynet/

wexman
wexman commented Feb 12, 2020

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

Improve this page

Add a description, image, and links to the mqtt topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mqtt topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.