-
I just noticed that the writable parameter /3311/0/5850 to turn on a LED on a board can be written and changes LED state just fine but when read it is always a boolean `true`.
-
As I'm implementing [X509 support for Leshan client](https://github.com/eclipse/leshan/pull/565), I'm playing with scandium and certificate.
I made a test where I use selfsigned certificate at serv…
-
This is the example of the changed interface:
```java
package org.eclipse.leshan.server.bootstrap;
import org.eclipse.leshan.core.request.Identity;
/**
* A store containing the bootstrap i…
-
Orion /version:
```json
{
"orion": {
"version": "1.13.0-next",
"uptime": "0 d, 16 h, 51 m, 32 s",
"git_hash": "41276b3260b17fa2e20fc2be58767c786df9e984",
"…
-
I have been trying to observe and understand the thread behavior within californium. This issue is more of a clarification than a bug. I have been using 2.0.9 Milestone release.
Consider a scenar…
-
Hi,
Testing a write boolean operation from Server to lwm2m client and the node always respond with true
See example:
#### Write FALSE From LwM2M Server
> 2088 133.528924155 104.40…
-
Hi,
We are currently using Scandium on a project which and we have established a LB (Load Balancer) which keep track of the IP address to forward the request to the same server each time. Devices c…
-
i'm now integrate lwm2mclient with leshan server, and try to write URL to client via /5/0/1 using JSON format, and the captured data is "{"bn":"/5/0/1","e":[{"n":"","sv":"http"}]}" ,which cause clie…
-
```
lorenzo@MacBook-Air-di-Lorenzo ~/gitHubRepo/zephyr/samples/anyledger/anyledger-wallet $ mkdir build && cd build
lorenzo@MacBook-Air-di-Lorenzo ~/gitHubRepo/zephyr/samples/anyledger/anyledger-wa…
-
Scenario:
- LWM2M Client registers to server with PSK
- Server observes resource X
- Client sends notifications
- Server is restarted for upgrade, so it loses its inMemoryConnectionStore
- Client…