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
- 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.