Drasko DRASKOVIC
Drasko DRASKOVIC
I do not know if this is related, but lot of images missing here: https://github.com/myDevicesIoT/cayenne-docs/blob/master/docs/LORA.md#cayenne-low-power-payload
Still open. Please merge and close.
@dborovcanin @1998-felix can someone please take a look at this issue
@dborovcanin and @arvindh123 please take a look at this issue
Very interesting. @dborovcanin and @arvindh123, please take a look at this.
@arvindh123 in the ideal state JWTs are stateless, have short expiry date and then can be verified even on the proxy - which saves traffic and decreases latency. However, in...
User properties are part of MQTT 5 standard (https://www.hivemq.com/blog/mqtt5-essentials-part6-user-properties/, http://www.steves-internet-guide.com/examining-mqttv5-user-properties/). mProxy supports only MQTT 3.1, and we currently do not plan to add support for MQTT 5 in a very...
Related to https://github.com/openresty/openresty/issues/463
Actually, adding ``` command: /usr/local/openresty/bin/openresty -c /etc/nginx/nginx.conf -g daemon\ off; ``` in docker-compose I was capable to use my `nginx.conf`. Without it it was using `configs.d/default.conf` [EDIT: typo here, what...
Related to https://github.com/openresty/docker-openresty/issues/91 @neomantra I did not specify, but I did add `nginx.conf` via docker mapped volume, and I thought that it would be used as soon as it is...