Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [leshan-dev] Registration-Update / Discovery Problem?

Hi,

This is currently not fully implemented at client side. You can look at the code for update[1] and discover [2].

(Discover seems clearly easier to fix)

[1]https://github.com/eclipse/leshan/blob/master/leshan-client-core/src/main/java/org/eclipse/leshan/client/servers/RegistrationEngine.java#L228
[2]https://github.com/eclipse/leshan/blob/master/leshan-client-core/src/main/java/org/eclipse/leshan/client/resource/BaseObjectEnabler.java#L283

Le 26/09/2016 à 17:05, halo_lh@xxxxxx a écrit :
Hi All,
 
I have the following issue:
 
The server sends a createRequest for a new SwMgmt-object-instance (works fine).
The client creates a new SwMgmt-instance (new instance exists and accessible).
 
When the server now receives an registration-update or sends a discoverRequest, there is no corresponding SwMgmt object-link included.
..but why?
 
Thanks in advance : )
Peter


_______________________________________________
leshan-dev mailing list
leshan-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/leshan-dev


Back to the top