LICENSE
MANIFEST.in
NEWS
README.rst
clientGET-observe.py
clientGET.py
clientPUT.py
server.py
setup.cfg
setup.py
aiocoap/__init__.py
aiocoap/defaults.py
aiocoap/dump.py
aiocoap/error.py
aiocoap/interfaces.py
aiocoap/message.py
aiocoap/options.py
aiocoap/optiontypes.py
aiocoap/oscore.py
aiocoap/protocol.py
aiocoap/resource.py
aiocoap.egg-info/PKG-INFO
aiocoap.egg-info/SOURCES.txt
aiocoap.egg-info/dependency_links.txt
aiocoap.egg-info/entry_points.txt
aiocoap.egg-info/requires.txt
aiocoap.egg-info/top_level.txt
aiocoap/cli/__init__.py
aiocoap/cli/client.py
aiocoap/cli/proxy.py
aiocoap/cli/rd.py
aiocoap/numbers/__init__.py
aiocoap/numbers/codes.py
aiocoap/numbers/constants.py
aiocoap/numbers/optionnumbers.py
aiocoap/numbers/types.py
aiocoap/proxy/__init__.py
aiocoap/proxy/client.py
aiocoap/proxy/server.py
aiocoap/resourcedirectory/__init__.py
aiocoap/resourcedirectory/client/__init__.py
aiocoap/resourcedirectory/client/register.py
aiocoap/transports/__init__.py
aiocoap/transports/generic_udp.py
aiocoap/transports/simple6.py
aiocoap/transports/simplesocketserver.py
aiocoap/transports/tinydtls.py
aiocoap/transports/udp6.py
aiocoap/util/__init__.py
aiocoap/util/asyncio.py
aiocoap/util/cli.py
aiocoap/util/secrets.py
aiocoap/util/socknumbers.py
contrib/aiocoap-fileserver
doc/LICENSE.rst
doc/README.doc
doc/aiocoap_index.py
doc/conf.py
doc/examples.rst
doc/guidedtour.rst
doc/index.rst
doc/installation.rst
doc/news.rst
doc/release-checklist
doc/tools.rst
tests/__init__.py
tests/common.py
tests/test_blockwise.py
tests/test_client.py
tests/test_commandline.py
tests/test_doctest.py
tests/test_encoding.py
tests/test_noncoap_client.py
tests/test_observe.py
tests/test_oscore_plugtest.py
tests/test_proxy.py
tests/test_rd_examples.py
tests/test_reverseproxy.py
tests/test_server.py