Simon Bernard
Simon Bernard
This should come soon hopefully. (see #488)
> It seems that the "Object Version" attribute is attached to an object instance (e.g. /1/0) when it is only allowed for the object. We know that this behavior is...
I answer to that at : https://github.com/eclipse/leshan/issues/1315#issuecomment-1262387950
As I said at (https://bugs.eclipse.org/bugs/show_bug.cgi?id=577968#c13) : > Generally, I would say that at least the last stable release should get bug fixes / security fixes. But Wakaama project situation is...
> I have not read up if and how lightweight a snapshot release could be done within the Eclipse rule set, but such one might make the 1.0 release less...
Eventually you can also add a big warning about the 1.0.0 version in the README with a link to the reason behind this and what user should do ?
Thx to @AButenko there is a REST API for this. (see #733) But still no UI. To test it you can use : ```sh curl -i -X PUT "http://localhost:8080/api/clients/yourendpointname/3/0/0/attributes?pmin=30&pmax=120" curl...
I just tested with a **leshan-client-demo** and I get : ``` HTTP/1.1 200 OK Date: Wed, 29 Sep 2021 08:24:47 GMT Server: Jetty(9.4.34.v20201102) Content-Type: application/json Content-Length: 116 {"status":"INTERNAL_SERVER_ERROR(500)","valid":true,"success":false,"failure":true,"errormessage":"not implemented"} ```...
I tested your register payload and I get : ``` org.eclipse.leshan.core.link.LinkParseException: Unable to parse ;ct=110;ct=112,,,,,,,, at org.eclipse.leshan.core.link.DefaultLinkParser.consumeLinkValue(DefaultLinkParser.java:121) at org.eclipse.leshan.core.link.DefaultLinkParser.parseCoreLinkFormat(DefaultLinkParser.java:80) at org.eclipse.leshan.core.link.lwm2m.DefaultLwM2mLinkParser.parseCoreLinkFormat(DefaultLwM2mLinkParser.java:116) at org.eclipse.leshan.core.link.DefaultLinkParserTest.parse_bug(DefaultLinkParserTest.java:43) Caused by: java.lang.IllegalArgumentException: Cannot create attribute set...
I just tested with Leshan v1.4.0, the payload `;ct=110;ct=112,,,,,,,,` is accepted. I mean no exception is raised but the first ct attribute is lost. And so this is like if...