chkr1011 / CoAPnet

CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
MIT License
70 stars 15 forks source link

Block1 blockwise transfer? #15

Open davidrpk opened 1 year ago

davidrpk commented 1 year ago

Does this library have support for Block1 blockwise transfer (request payload)? If so, do you have any sample of this working?

We are trying to do a Coap Push with a large file payload but we can't see how to use blockwise transfer to send it.