-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: LWM2M
Description
Is your enhancement proposal related to a problem? Please describe.
Currently the LwM2M engine is tightly coupled to sending/receiving data with sockets.
There's no reason this can't be decouple to allow sending over other transports therefore removing the dependency on the networking stack.
Describe the solution you'd like
Decouple the LwM2M engine from networking and sockets.
- Decouple the engine from sockets and add a Kconfig option to use the socket implementation by default
- If Kconfig option for using sockets is turned off, callbacks for LwM2M send/receive can be implemented by the user app.
This would allow a user to tunnel LwM2M over a BLE connection for instance.
0Grit0Grit
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: LWM2M