-
Add the `CoapThreadsRule` I got aware, that the current "single instance" approach for the `OSCoreObserveTest` has its drawbacks. I would prefer, if a `HashMapCtxDB` is passed into the `CoapStack` by …
boaks updated
5 years ago
-
There is of course TLS support in Zephyr (using mbedTLS), exposed e.g. via net_app client/server API. However:
* I keep hearing from security people that there's something (more) to be done.
* The…
-
PR #904 adds some more cipher suites.
Though a client sends a list of its supported cipher suites in the CLIENT_HELLO, this may get larger and larger with every new added cipher suite. To prevent iss…
boaks updated
5 years ago
-
This concerns cf-oscore in M15.
It would be nice if cf-oscore could set a meaningful value for the PeerIdentity in the EndpointContext, e.g. ID Context || Sender ID from the matching OSCORE context…
-
Hello.
![instance_add](https://user-images.githubusercontent.com/13491521/54009537-83a11e00-41ae-11e9-86ec-33549aebe786.png)
I have two questions below.
1) The lwm2m editor confirmed that the o…
-
All issues are connected with XML specifications of LwM2M objects published here: [OMA LightweightM2M (LwM2M) Object and Resource Registry](http://www.openmobilealliance.org/wp/OMNA/LwM2M/LwM2MRegistr…
-
Hi, Peter,
We are planning to do some enhancements to coap-shepherd, and wondering if you still have time and interest to discuss/merge our subsequent PRs to this project. If you do, we will submit…
mophy updated
5 years ago
-
I'm basing this question on the TS 1.0.2.
When an LwM2M server executes the /5/0/2 Resource (Firmware Update / Update), the client is supposed to apply a downloaded firmware image, which is most li…
-
I am trying to observe temperature changes from my LWM2M client.
1. I provisioned the device as follows:
```
[root@fiware fiware]# curl -X POST \
> http://localhost:4041/iot/devices \
> -H '…
-
I have gone through the spec "OMA-TS-LightweightM2M-V1_0_1-20170704-A" and did not find any where on whether the bootstrap server details to be stored on the 0/0.
Could you let me know if I am miss…