-
when I use docker-compose yml configure container like this:
```
version: '2.0'
services:
mongo:
image: emqttd:master
hostname: emqttd
ports:
- "1808…
-
Our devices connect to emqttd MQTT broker accepting TLS on port 8883.
We use the AT commands.
Starting with release 3.0.2, the ESP8266 gets a wdt reset every time it tries to connect to the broker.
…
-
Does this lib support autoreconnect to the mongodb.
I was using this in emqttd_mongodb_auth plugin but i found that if mongodb is shutdown and restarted again library is not reconnecting to mongodb …
-
When setting the port to ::1:2000 (as mentioned in the comment) emqttd exits with the following error message.
> 15:13:40.661 [error] Error generating configuration in phase transform_datatypes
> …
-
If I use java coapclient to put the coap message to the emqtt.
At the first time, it is OK and work well. However, after 5 mins, if I put the message again, EMQ can't receive the Coap message.
I cat…
-
OS: CentOS 6.8 x86_64
EMQTTD: 2.2
my emq_auth_pgsql.conf list below:
`## Postgre Server: 5432, 127.0.0.1:5432, localhost:5432`
`auth.pgsql.server = 127.0.0.1:5432`
`auth.pgsql.pool = 8`
`auth.…
-
[
![qq 20180424193207](https://user-images.githubusercontent.com/33444285/39184553-5e48b562-47f6-11e8-9277-db2a944c30b7.png)
](url)
-
-
-
## Environment
emq 2.3.1 in docker, official image from [here](http://emqtt.io/downloads/latest/docker)
## Expected behaviour
I can start the coap plugin from the dashboard and I can connect…
tmsvr updated
4 years ago