CoAP/coapthon
Hubert Miś 3dc7e5c8d6 Fix payload transmitted in Block2 transfer.
Previosly the CoAP server transmitted the first block of data for Block2
transfer, even when a client requested in Block2 request following
block. This patch changes server operation to transmit the payload
block requested by the client.

Signed-off-by: Hubert Miś <hubert.mis@gmail.com>
2020-12-22 13:21:19 +01:00
..
caching Porting to Python3 2018-01-23 11:31:46 +01:00
client Increase reception buffer size 2020-05-21 08:06:14 +02:00
forward_proxy removed forced logging 2018-02-21 13:23:47 +01:00
http_proxy Porting to Python3 2018-01-23 11:31:46 +01:00
layers Fix payload transmitted in Block2 transfer. 2020-12-22 13:21:19 +01:00
messages Basic client-side implementation of RFC7967: CoAP No-Response Option 2018-02-19 14:06:35 +01:00
resources Porting to Python3 2018-01-23 11:31:46 +01:00
reverse_proxy removed forced logging 2018-02-21 13:23:47 +01:00
server fixed problem with nested endpoints 2018-12-02 13:22:40 +01:00
__init__.py Porting to Python3 2018-01-23 11:31:46 +01:00
defines.py Basic client-side implementation of RFC7967: CoAP No-Response Option 2018-02-19 14:06:35 +01:00
serializer.py Let the outbound payload be binary 2018-03-05 16:41:11 +01:00
serializer.py.bak Porting to Python3 2018-01-23 11:31:46 +01:00
transaction.py Porting to Python3 2018-01-23 11:31:46 +01:00
utils.py Porting to Python3 2018-01-23 11:31:46 +01:00
utils.py.bak Porting to Python3 2018-01-23 11:31:46 +01:00