plgd-dev / go-coap

Implementation of CoAP Server & Client in Go
https://coap.technology
Apache License 2.0
447 stars 116 forks source link

Support for sending messages without token #502

Open jonesdptechnics opened 1 year ago

jonesdptechnics commented 1 year ago

Hi,

It seems currently impossible to send a CoAP message without token through the library.

Will this be added at some point?

Perhaps I could add it, if you can suggest the preferred approach and interface.

Kind regards, Jonas