eclipse-californium / californium.tools

Californium project
Other
59 stars 57 forks source link

Update end point(ep) parameters also through registration interface #31

Closed vyshakg30 closed 7 years ago

vyshakg30 commented 7 years ago

According RFCs an end point must be able to update its parameters and lifetime value with registration interface as well.

since the 'handlepost' is called to update paramenters when the interface returned by RD is used by the ep, in the solution I have called the same function to process the request and update.

reference : https://tools.ietf.org/html/draft-ietf-core-resource-directory-04#section-5.3