Drasko DRASKOVIC

Results 151 comments of Drasko DRASKOVIC

@ColinSullivan1 we are currently using NATS in our https://github.com/Mainflux/mainflux project. This is a messaging bridge for IoT. Devices today connect to cloud via low-overhead protocols like MQTT or CoAP. NATS...

@kristianmandrup this bridge is not so hard to implement and we at Mainflux are using [Aedes](https://github.com/mcollina/aedes) MQTT broker to bridge it with NATS - take a look here: https://github.com/mainflux/mainflux-mqtt/blob/master/mainflux-mqtt.js Using...

@fluffy I was capable to compress binary significantly with `strip` and then [upx](https://upx.github.io/). I need to see if these tools are smart enough to remove unused portions of code (I...

Any updates on this? Is something like this possible?

Is this project still maintained? Looks like an issue opened 3 months ago, no responses...

@dmoranj do you have in mind that device subscribes to the topic `/{{apikey}}/{{deviceid}}/commands` and listen here for the command coming from Orion, and then respond to this command via `/{{apikey}}/{{deviceid}}/replies`?

Looks like NginX do not have this feature - once connection is open it remains even though certificate is revoked (@dusanb94 please confirm that this relates to NginX and not...

Hi @cclaudio - first, thangs for the exceptional work you are doing! We ([Ultraviolet](https://ultraviolet.rs/)) are working on [cocos.ai](https://cocos.ai/), and currently, we are using AMD SEV-SNP. We are capable to do...

I am also seeing this issue on http load testing. Myabe I am hitting kernel tcp stack limits. @bradfitz any idea how to check if this is kernel issue?