flownexus-lwm2m / flownexus

IoT server with LwM2M support
https://flownexus-lwm2m.github.io/flownexus
Apache License 2.0
3 stars 2 forks source link

Leshan: Observe Objects with CompositeObserve #38

Closed jonas-rem closed 4 months ago

jonas-rem commented 4 months ago

Depends on #34, #37

Whenever an Object is updated on the endpoint, the whole object is sent as a composite resource. This allows to categorize all resources to one event in Django.

This is a first test, until handling the observations is implemented via Django.