AVSystem / Anjay

C implementation of the client-side OMA LwM2M protocol
Other
188 stars 68 forks source link

How to specify an alternate path? #71

Closed victormsc closed 9 months ago

victormsc commented 9 months ago

Does Anjay support specifying an LwM2M alternate path (as described in section 8.2.2 of the LwM2M 1.0.2 specification)?

This feature is required to be able to use the LwM2M Gateway object:

https://www.openmobilealliance.org/release/LwM2M_Gateway/V1_1-20210518-A/OMA-TS-LWM2M_Gateway-V1_1-20210518-A.pdf

If yes, how can Anjay be informed about the LwM2M alternate path that the client will use?

Thank you

kFYatek commented 9 months ago

Hi,

Alternate paths are not currently supported in Anjay. Besides, those wouldn't be enough for implementing the LwM2M Gateway object, as it would also require multiplexing multiple alternate paths on the same connection.

Support for the LwM2M Gateway object is on the roadmap for future versions, but for now it is unfortunately not natively supported.