Jozef Kralik
Jozef Kralik
> Tip > > For best results, initiate chat on the files or code changes. > > @jkralik, based on the changes detailed in the PR, here's a draft for...
@coderabbitai create title for this pull request
> Talking about error, is there any place that we could consult possible errors returned from PLGD? We're trying to evaluate better the errors returned from grpc calls (get, update,...
@ipzago To use `ghcr.io/plgd-dev/hub/bundle:2.12.1`, you need to perform two runs with a mounted volume to the directory `/data`: 1. The first run generates configurations to the volume. Use the following...
@ipzago Pls could you look to coap-gw logs in the file `/data/log/coap-gateway.log`? There will be one INFO log (mostly second line) similar to `{"L":"INFO","T":"2023-11-16T08:19:25.93088978Z","M":"config: ...`. You can then verify if...
You are looking good, but there are a few things that are required: - The device needs to be compiled with the CMake option [OC_ETAG_ENABLED](https://github.com/iotivity/iotivity-lite/blob/965846c2d25075941bac6baaa360e20207c54c32/CMakeLists.txt#L69C5-L69C20) using the command `cmake -DOC_ETAG_ENABLED=ON...
Start by mounting a volume on the directory `/data`. After the initial run, update the property `deviceTwin.useETags` to `true` in the file `/data/coap-gateway-secure.yaml`, and then rerun the process using the...
@Askidea > Q1. In what Kubernetes environments can plgd-hub operate? In which Kubernetes environment has this github source been tested? What is the recommended Kubernetes environment? e.g. minikube, k3s, kind,...
@Askidea > Is there a way to register the VOD I created in try.plgd.cloud ? For each VOD, it must have its own cloud configuration resource. Have you ported the...
@niondir The middleware's are already supported: https://github.com/plgd-dev/go-coap/blob/4a87f8a74fa081e8ed158cbbb654f2f5d3f93a51/mux/middleware.go#L14 eg example: https://github.com/plgd-dev/go-coap/blob/4a87f8a74fa081e8ed158cbbb654f2f5d3f93a51/examples/simple/server/main.go#L42 Do you need something more ?