namib-project / libcoap-rs

Rust bindings to and wrapper around the libcoap C library
BSD 2-Clause "Simplified" License
7 stars 1 forks source link

Support for reliable transport (TCP and TLS) #10

Open pulsastrix opened 1 year ago

pulsastrix commented 1 year ago

libcoap allows for usage of CoAP over TCP and TLS. The wrapper should support it as well.