Covertness/coap-rs

Custom Option IDs

tl8roy opened this issue · 1 comments

It would be good to have the ability to add a custom option.

A quick and dirty way could be to add to the CoapOption Enum: Custom(u8)

Good idea. I will support this in the next release.