LICENSE
MANIFEST.in
NEWS
README.rst
clientGET-observe.py
clientGET.py
clientPUT.py
server.py
setup.py
aiocoap/__init__.py
aiocoap/credentials.py
aiocoap/defaults.py
aiocoap/error.py
aiocoap/interfaces.py
aiocoap/message.py
aiocoap/messagemanager.py
aiocoap/meta.py
aiocoap/options.py
aiocoap/optiontypes.py
aiocoap/oscore.py
aiocoap/protocol.py
aiocoap/resource.py
aiocoap/tokenmanager.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/common.py
aiocoap/cli/fileserver.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/oscore.py
aiocoap/transports/simple6.py
aiocoap/transports/simplesocketserver.py
aiocoap/transports/tcp.py
aiocoap/transports/tinydtls.py
aiocoap/transports/tls.py
aiocoap/transports/udp6.py
aiocoap/util/__init__.py
aiocoap/util/cli.py
aiocoap/util/linkformat.py
aiocoap/util/linkformat_pygments.py
aiocoap/util/prettyprint.py
aiocoap/util/secrets.py
aiocoap/util/socknumbers.py
aiocoap/util/uri.py
aiocoap/util/asyncio/__init__.py
aiocoap/util/asyncio/peekqueue.py
aiocoap/util/asyncio/pre35.py
aiocoap/util/asyncio/recvmsg.py
contrib/aiocoap-kivy-widget
contrib/aiocoap-widgets
contrib/oscore-key-derivation~
contrib/rd-relay
doc/LICENSE.rst
doc/README.doc
doc/aiocoap_index.py
doc/api.rst
doc/conf.py
doc/conf.py~
doc/examples.rst
doc/guidedtour.rst
doc/index.rst
doc/installation.rst
doc/logo-square.svg
doc/logo.svg
doc/news.rst
doc/release-checklist
doc/tools.rst
tests/__init__.py
tests/common.py
tests/fixtures.py
tests/test_blockwise.py
tests/test_client.py
tests/test_commandline.py
tests/test_credentials.py
tests/test_doctest.py
tests/test_encoding.py
tests/test_noncoap_client.py
tests/test_noncoap_tcp_client.py
tests/test_observe.py
tests/test_oscore.py
tests/test_oscore_plugtest.py
tests/test_proxy.py
tests/test_rd_examples.py
tests/test_reverseproxy.py
tests/test_server.py
tests/test_uri_handling.py