No description
Find a file
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
coapthon Fix token handling 2020-12-22 13:12:41 +01:00
.coveragerc Porting to Python3 2018-01-23 11:31:46 +01:00
.gitignore Initial commit 2018-01-08 15:52:04 +01:00
.travis.yml Porting to Python3 2018-01-23 11:31:46 +01:00
cache_test.py Porting to Python3 2018-01-23 11:31:46 +01:00
coapclient.py Porting to Python3 2018-01-23 11:31:46 +01:00
coapforwardproxy.py Porting to Python3 2018-01-23 11:31:46 +01:00
coapping.py Porting to Python3 2018-01-23 11:31:46 +01:00
coapreverseproxy.py Porting to Python3 2018-01-23 11:31:46 +01:00
coapserver.py Porting to Python3 2018-01-23 11:31:46 +01:00
collectclient.py Porting to Python3 2018-01-23 11:31:46 +01:00
collectserver.py Porting to Python3 2018-01-23 11:31:46 +01:00
coverage_test.py Porting to Python3 2018-01-23 12:04:31 +01:00
coverage_test_advanced.py Porting to Python3 2018-01-23 11:31:46 +01:00
coverage_test_multicast.py Porting to Python3 2018-01-23 11:31:46 +01:00
coverage_test_multicast_ipv6.py Porting to Python3 2018-01-23 11:31:46 +01:00
coverage_test_proxy.py Porting to Python3 2018-01-23 11:31:46 +01:00
coverage_test_reverse_proxy.py Porting to Python3 2018-01-23 11:31:46 +01:00
coverage_testIPv6.py Porting to Python3 2018-01-23 11:31:46 +01:00
dimmerserver.py Porting to Python3 2018-01-23 11:31:46 +01:00
exampleresources.py Porting to Python3 2018-01-23 11:31:46 +01:00
LICENSE Initial commit 2018-01-08 15:52:04 +01:00
logging.conf Porting to Python3 2018-01-23 11:31:46 +01:00
lorem_impsum.txt Porting to Python3 2018-01-23 11:31:46 +01:00
plugtest.py Porting to Python3 2018-01-23 11:31:46 +01:00
plugtest_coapserver.py Porting to Python3 2018-01-23 11:31:46 +01:00
plugtest_resources.py Porting to Python3 2018-01-23 11:31:46 +01:00
README.md Porting to Python3 2018-01-23 11:34:19 +01:00
requirements.txt Porting to Python3 2018-01-23 11:31:46 +01:00
reverse_proxy_mapping.xml Porting to Python3 2018-01-23 11:31:46 +01:00
setup.cfg Porting to Python3 2018-01-25 10:53:13 +01:00
setup.py Porting to Python3 2018-01-25 10:55:15 +01:00

Build Status

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.