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ś 297404ce33 Fix token handling
Token was encoded as utf-8 string. However, token is a byte string
that is not required to be utf-8 encodable. This patch changes
token type in the Message class to string of bytes instead of string
of characters.

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 Update Blocklayer to deal with Block1 option 6 years ago
messages Fix token handling 3 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 Fix token handling 3 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