Go to file
2021-12-02 13:44:40 +01:00
coapthon Apprentissage 2021-07-13 14:53:16 +02:00
.coveragerc Porting to Python3 2018-01-23 11:31:46 +01:00
.gitignore Ignore PyCharm settings directory .idea 2019-04-23 11:35:29 +02:00
.travis.yml Porting to Python3 2018-01-23 11:31:46 +01:00
boucle.py Apprentissage 2021-07-13 14:53:16 +02:00
cache_test.py Cleanup 2019-04-23 11:44:04 +02:00
coapclient.py Clean up printf((...) and some imports 2019-04-23 11:37:18 +02:00
coapforwardproxy.py Clean up printf((...) and some imports 2019-04-23 11:37:18 +02:00
coapping.py Clean up printf((...) and some imports 2019-04-23 11:37:18 +02:00
coapreverseproxy.py Clean up printf((...) and some imports 2019-04-23 11:37:18 +02:00
coapserver.py Clean up printf((...) and some imports 2019-04-23 11:37:18 +02: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 Cleanup 2019-04-23 11:44:04 +02:00
coverage_test_advanced.py Cleanup 2019-04-23 11:44:04 +02:00
coverage_test_multicast.py Cleanup 2019-04-23 11:44:04 +02:00
coverage_test_multicast_ipv6.py Cleanup 2019-04-23 11:44:04 +02:00
coverage_test_proxy.py Cleanup 2019-04-23 11:44:04 +02:00
coverage_test_reverse_proxy.py Cleanup 2019-04-23 11:44:04 +02:00
coverage_testIPv6.py Cleanup 2019-04-23 11:44:04 +02:00
demo_boucle.py Ajout demonstration final 2021-12-02 13:44:40 +01:00
demo_env.py Apprentissage 2021-07-13 14:53:16 +02:00
demo_global.py Superviseur Global 2021-07-05 14:17:40 +02:00
demo_multi_client.py Apprentissage 2021-07-13 14:53:16 +02:00
demo_superviseur.py Apprentissage 2021-07-13 14:53:16 +02:00
dimmerserver.py Porting to Python3 2018-01-23 11:31:46 +01:00
exampleresources.py Add missing shebang 2019-08-19 10:45:12 +02:00
generateur_dataset.py yaml 2021-10-26 17:37:02 +02:00
lecteur_yaml.py yaml 2021-10-26 17:37:02 +02:00
LICENSE Initial commit 2018-01-08 15:52:04 +01:00
limite_requette.py Apprentissage 2021-07-13 14:53:16 +02: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
MANIFEST added if_none_match setter 2020-10-01 10:46:15 +02:00
plugtest.py Cleanup 2019-04-23 11:44:04 +02:00
plugtest_coapserver.py Cleanup 2019-04-23 11:44:04 +02:00
plugtest_resources.py Cleanup 2019-04-23 11:44:04 +02:00
README.md Porting to Python3 2018-01-23 11:34:19 +01:00
requirements.txt Use more current versions for requirements.txt 2019-04-23 11:37:59 +02: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 Use setuptools to be able to build wheels 2021-01-18 09:21:52 +01:00
utils_learning.py Ajout demonstration final 2021-12-02 13:44:40 +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.