Categorygithub.com/kulak/go-coap
repositorypackage
0.0.0-20170627220131-4698924ee1aa
Repository: https://github.com/kulak/go-coap.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Constrained Application Protocol Client and Server for go

You can read more about CoAP in RFC 7252. I also did some preliminary work on SUBSCRIBE support from an early draft.

Differences from original dustin/go-coap

  1. Added minor helper function to populate URI options.
  2. Added configurable receive timeout in backgwards compatible way. Changed ResponseTimeout variable to DefaultResponseTimeout to emphasise its role change and to be able to track down its usage within package.
  3. Example programs package references have been changed from dustin/go-coap to Kulak/go-coap.
  4. Message can be cloned.

Motivation for all this change: need to support existing application functionality.