You can read more about CoAP in RFC 7252. I also did
some preliminary work on SUBSCRIBE
support from
an early draft.
- Added minor helper function to populate URI options.
- Added configurable receive timeout in backgwards compatible way. Changed
ResponseTimeout
variable toDefaultResponseTimeout
to emphasise its role change and to be able to track down its usage within package. - Example programs package references have been changed from
dustin/go-coap
toKulak/go-coap
. - Message can be cloned.
Motivation for all this change: need to support existing application functionality.