shamblett / coap

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

refactor!: rework CoapDefinedAddress as enum #136

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

This PR addresses one more point from issue #80, reworking the static CoapDefinedAddress class as an enhanced enum. In the process, I renamed the class to MulticastAddress to be a bit more precise about what kind of address actually is defined there.

CC @JosefWN