absmach / magistrala

Industrial IoT Messaging and Device Management Platform
https://www.abstractmachines.fr/magistrala.html
Apache License 2.0
2.42k stars 665 forks source link

Refactor CoAP adapter #2224

Open JeffMboya opened 1 month ago

JeffMboya commented 1 month ago

What type of PR is this?

This is a refactor because it changes the CoAP adapter functionality.

What does this do?

This PR simplifies the CoAP adapter by removing adapter logic from the transport layer and moving it to the service implementation.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

Yes, I have included tests for my changes.

Did you document any new/modified feature?

No, I have not updated the documentation.