CoAP example
You need to have a 3.3+ version of Python installed. See the Python page for actual information.
To work with asyncio and aiocoap, you must also install additional Python modules using the command:
python3 -m pip install -r requirements.txt
To run the application in normal mode, use the command:
python3 server.py
python3 get_client.py
python3 post_client.py