Julien Vermillard
Julien Vermillard
Yes of course and then you can send applicative data
At EdgeIQ we use Eclipse Leshan inside our deviceops solution: https://www.edgeiq.ai/ At the moment, we follow master as much as possible since we do have early support for object 25,...
So in place of keeping our dirty hack in my corner, I started cleaning it and added a branch in case someone is interested and would also like to provide...
My first idea is to do something like that: https://gist.github.com/jvermillard/344fb870e23922b31859 Use a goroutine per sent confirmable message for retransmitting if a timeout if reached. But it would introduce a "Server"...
@sbernard31 nop, cause I run on top of the obj25 branch, which is based on the master and at the moment I have little testing for my bootstrap process
I rebased the obj25 support on it and tested it with my lwm2m implementation integration test suite and it works
After looking at the code, it looks like a good idea; I need to test it now.
I started to test it, it's starting to work. I need to finish, but I don't think the idea has fundamental issues. Some first minor comments: - some code is...
Another feedback but not related is the "application data". Most libraries call it user data, user-defined data, or metadata. I was confused by the Registration.java Javadoc: > * @return Some...
> The feature was requested by @msangoi. > The idea is , a Leshan Server will call some services to know if a client is authorize to register. > This...