coap-rs icon indicating copy to clipboard operation
coap-rs copied to clipboard

A Constrained Application Protocol(CoAP) library implemented in Rust.

Results 12 coap-rs issues
Sort by recently updated
recently updated
newest added

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)`

feature-request

Hi, I find this to be unclear and hard to use. This might be an area where increased documentation or an example might be needed https://github.com/Covertness/coap-rs/blob/c1201466f385c7e69608641f935ae0378850401f/src/server.rs#L74-L81