-
Notifications
You must be signed in to change notification settings - Fork 407
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
Using Californium CID for improved connection for clients #1661
Comments
which version of leshan are you using ? |
Hello @sbernard31 We are using our own leshan server, which we started by cloning leshan-2.0.0-M4. |
About 2.0.0-M4 You should not use v2.0.0-M4 as it is concerned by security issues : https://github.com/eclipse-leshan/leshan/security/policy About cloning Leshan is a library to create your own LWM2M server. This is very very surprising that need to clone it... to be honest that smell not good at all.. 😬 You should just create your own project and add Leshan libraries as dependency. So I insist on those 2 point ☝️, please try to change the way you are using Leshan. About CID CID is supported by Leshan Server Demo Note that with recent version of Leshan, the way to configure the Californium DTLS configuration has change a little but just look at the code of the corresponding leshan-server-demo version |
Let me know if you get all information needed and if I can close the issue. 🙏 |
Question
We are using the LTE-M network, and we would like to improve the connection for our devices with our Leshan server.
We are using the nordic semi SDK, and we were suggested to make changes in our Leshan server to support CID.
Here is a previous issue that was closed a while ago:
#1166
And here is a thread that explains our challenges:
https://devzone.nordicsemi.com/f/nordic-q-a/114133/help-with-lte-connection-after-loss-of-connection/507418
The text was updated successfully, but these errors were encountered: