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
coapthon Fix payload transmitted in Block2 transfer. 3 years ago
.coveragerc Porting to Python3 6 years ago
.gitignore Initial commit 6 years ago
.travis.yml Porting to Python3 6 years ago
LICENSE Initial commit 6 years ago
README.md Porting to Python3 6 years ago
cache_test.py Porting to Python3 6 years ago
coapclient.py Porting to Python3 6 years ago
coapforwardproxy.py Porting to Python3 6 years ago
coapping.py Porting to Python3 6 years ago
coapreverseproxy.py Porting to Python3 6 years ago
coapserver.py Porting to Python3 6 years ago
collectclient.py Porting to Python3 6 years ago
collectserver.py Porting to Python3 6 years ago
coverage_test.py Porting to Python3 6 years ago
coverage_testIPv6.py Porting to Python3 6 years ago
coverage_test_advanced.py Porting to Python3 6 years ago
coverage_test_multicast.py Porting to Python3 6 years ago
coverage_test_multicast_ipv6.py Porting to Python3 6 years ago
coverage_test_proxy.py Porting to Python3 6 years ago
coverage_test_reverse_proxy.py Porting to Python3 6 years ago
dimmerserver.py Porting to Python3 6 years ago
exampleresources.py Porting to Python3 6 years ago
logging.conf Porting to Python3 6 years ago
lorem_impsum.txt Porting to Python3 6 years ago
plugtest.py Porting to Python3 6 years ago
plugtest_coapserver.py Porting to Python3 6 years ago
plugtest_resources.py Porting to Python3 6 years ago
requirements.txt Porting to Python3 6 years ago
reverse_proxy_mapping.xml Porting to Python3 6 years ago
setup.cfg Porting to Python3 6 years ago
setup.py Porting to Python3 6 years ago

README.md

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.