Tanganelli / CoAPthon3

CoAPthon3 is a porting to python3 of my CoAPthon library. CoAPthon3 is a python3 library to the CoAP protocol compliant with the RFC. Branch is available for the Twisted framework.
MIT License
59 stars 50 forks source link

Support Block-Wise Transfers https://tools.ietf.org/html/rfc7959 #17

Closed achandel closed 5 years ago

achandel commented 5 years ago

Does the library support Block-Wise Transfers https://tools.ietf.org/html/rfc7959? I checked the code and found the blocklayer, i believe it handles the block wise transfer automatically . Will it handle a large post request from a client automatically?

achandel commented 5 years ago

I tested it out and it is working.