You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
caching Porting to Python3 6 years ago
client Increase reception buffer size 4 years ago
forward_proxy removed forced logging 6 years ago
http_proxy Porting to Python3 6 years ago
layers Fix payload transmitted in Block2 transfer. 3 years ago
messages Basic client-side implementation of RFC7967: CoAP No-Response Option 6 years ago
resources Porting to Python3 6 years ago
reverse_proxy removed forced logging 6 years ago
server fixed problem with nested endpoints 6 years ago
__init__.py Porting to Python3 6 years ago
defines.py Basic client-side implementation of RFC7967: CoAP No-Response Option 6 years ago
serializer.py Let the outbound payload be binary 6 years ago
serializer.py.bak Porting to Python3 6 years ago
transaction.py Porting to Python3 6 years ago
utils.py Porting to Python3 6 years ago
utils.py.bak Porting to Python3 6 years ago