Drasko DRASKOVIC

Results 127 comments of Drasko DRASKOVIC

_If there is a handler1 for /A and handler2 for /A/B..._ - how do you actually add `handler1` and `handler2`? I came up with something like: ``` coap_server_registry:add_handler([], ?MODULE, undefined),...

Ah :). Maybe I can help with implementation/testing, but I will need some help and instructions (where to start for example ;))

OK, I'll take a look. I started using examining your code, I need to get familiar with it more, so I will bother you for answers ;).

@larsenwork I deleted all ligatures as you proposed and re-installed Monoid-Regular.ttf - font is still not visible in `mintty`. Any further instructions?

Use-case is the same as for TLS, but when you connect UDP clients. For example, we at [Mainflux](https://github.com/Mainflux/mainflux) provide [CoAP](http://coap.technology/) support (server) for IoT devices. CoAP is very popular IoT...

@ioolkos > This is an end-to-end test. Bottlenecks can be everywhere (Test framework, broker, config, OS config, LevelDB, cloud infra provider (disk IOPS...), Docker etc) True, but this is really...

Probably related to https://github.com/vernemq/vernemq/issues/809, which should be than reopened. @larshesel @dergraf @ioolkos this is systematic and reproducible.

@ioolkos why would that be necessary? Test was finished and all clients were disconnected. After that any of them should be capable to reconnect - even if using the same...

@AmirOsman2020 for multi-protocol bridge you can take a look at [Mainflux](https://github.com/mainflux/mainflux). It adds HTTP adapter on top of VerneMQ (or any other MQTT broker), as well as WebSocket, CoAP and...

Find appropriate solution with Vault (or similar) - it's a storage for keys and secrets.