eclipse-wakaama / wakaama

Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
BSD 3-Clause "New" or "Revised" License
498 stars 374 forks source link

Add support for send in server side #793

Closed semhoun closed 3 months ago

semhoun commented 3 months ago

sbertin-telula patch for send in client was added to wakaama but not the server side. So I fix the server side part.

semhoun commented 3 months ago

I made a separate callback as you suggested

mlasch commented 3 months ago

Nice, can you squash the "fix" commits and rebase your branch to the current upstream main branch, such that we get rid of the merge commits and have a nice linear commit history?

semhoun commented 3 months ago

I rebase to main. I squish all the commits, not only the fix because of the rebase.