CoAP/coapthon/messages
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>
2020-12-22 13:12:41 +01:00
..
__init__.py Porting to Python3 2018-01-23 11:31:46 +01:00
message.py Fix token handling 2020-12-22 13:12:41 +01:00
message.py.bak Porting to Python3 2018-01-23 11:31:46 +01:00
option.py Porting to Python3 2018-01-23 11:31:46 +01:00
request.py Basic client-side implementation of RFC7967: CoAP No-Response Option 2018-02-19 14:06:35 +01:00
request.py.bak Porting to Python3 2018-01-23 11:31:46 +01:00
response.py Porting to Python3 2018-01-23 11:31:46 +01:00