-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with running Contiki-NG with latest release of Leshan (2.0.0-M15) #1627
Comments
I'm busy on another task for now. I could try to look at this just after. |
I can do a copy of this there also. It should work well there also. I did not check the commit log for Leshan so I am not sure if there are any changes w.r.t to this in Leshan. |
This bug is now fixed in Californium/Scandium - so now I guess we wait for the next release of Leshan! |
Thx for taking to report that here and at californium project 🙏
More exactly, you need to wait for a Californium 3.13 release. Once this will be done, Leshan will be able to integrate it in But generally Californium/Scandium does not break too much public API, so probably you will be able to use Californium 3.13 with Leshan 2.0.0-M15 and so no need to wait for a Leshan 2.0.0-M16 or M17 release. |
So Californium 3.13 should be release end of July : eclipse-californium/californium#2255 (comment) A possible workaround not tested : eclipse-californium/californium#2255 (comment) |
Yes, I have a patched M15 with the fixed class that seems to work well. |
Finally a 3.12.1 sooner than expected ? eclipse-californium/californium#2258 |
Yes, very good - that can for sure be used for fixing our issue! |
Californium 3.12.1 is integrated in The fix will be available in Leshan 2.0.0-M16 (#1629) |
M16 works! (sorry for being a bit late to the testing but I can confirm it works with Contiki-NG). |
Version(s)
v2.0.0-M15
Which components
leshan-server-demo
Tested With
Contiki-NG LwM2M IPSO Objects example
What happened
When the client tries to join the server using DTLS there is an issue at the client hello stage:
It might be related to an update in the Scandium DTLS implementation that seems to have a change in the implementation of the client hello (including that specific line).
How to reproduce
Likely possible to reproduce with any client using PSK and DTLS with our settings in contiki-ng's lwm2m example.
Run the leshan demo server locally then do the following in contiki-ng.
This will cause the problem.
Relevant Output
No response
The text was updated successfully, but these errors were encountered: