b1ackd0t
b1ackd0t
Can we try [ruff](https://beta.ruff.rs/docs/)?
We can use [docker buildx](https://docs.docker.com/build/building/multi-platform/) to build cross platform docker image since it is based on alpine and alpine supports arm. Something like https://hub.docker.com/r/rodneydav/coap/tags
There are two main methods to handle user authentication, that is session-based authentication and token-based authentication. ## Session-based authentication Session-based authentication relies on a server-side mechanism that creates and stores...
- https://github.com/absmach/magistrala-docs/pull/175 - https://github.com/absmach/magistrala-docs/pull/177 - https://github.com/absmach/magistrala-docs/pull/176
> Add benchmark tests in Go Which tool will we use to visualize and act on the results from the benchmark? For example I wrote benchmark tests for `ws/dapater.go` When...
References - https://arxiv.org/pdf/2305.13893.pdf - https://www.altoroslabs.com/blog/a-collection-of-mqtt-broker-performance-benchmarks-2020-2023/ - https://www.koziolek.de/docs/Koziolek2020-ECSA-preprint.pdf?ref=learn.umh.app - https://github.com/emqx/mqttbs - https://www.emqx.com/en/blog/open-mqtt-benchmark-suite-the-ultimate-guide-to-mqtt-performance-testing - https://re.public.polimi.it/retrieve/059afd8c-20fb-4752-adbe-96b514e16b8e/longo2022_border.pdf - https://www.scalagent.com/IMG/pdf/Benchmark_MQTT_servers-v1-1.pdf
@dborovcanin This can be closed as it is a duplicate of https://github.com/absmach/magistrala/issues/1945
Can you send the branch you used for testing?
Since readers are reading messages from a channel why not add the ability for a user to stream messages using websocket? Then UI can connect to WS to receive near...
# Proposed solution ## Events from Things service, process them and store them in the internal DB This approach is based on the idea that the Things service will publish...