shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

refactor: simplify interfaces and stack implementation #130

Closed JKRhb closed 1 year ago

JKRhb commented 2 years ago

This is yet another cleanup PR, getting rid of some more leftovers from the C# implementation. In particular, it removes some of the interface classes which are not actually needed and reworks the layers and stack implementation, making this part of the library more maintainable.

(This PR partly addresses #121.)