aiocoap-proxy
Python implementation of CoAP
Install
- All systems
-
curl cmd.cat/aiocoap-proxy.sh
- Debian
-
apt-get install python3-aiocoap
- Ubuntu
-
apt-get install python3-aiocoap
- Kali Linux
-
apt-get install python3-aiocoap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-aiocoap
- Raspbian
-
apt-get install python3-aiocoap
- Dockerfile
- dockerfile.run/aiocoap-proxy
python3-aiocoap
Python implementation of CoAP
The aiocoap package is a Python implementation of CoAP, the Constrained Application Protocol (RFC 7252, more info at http://coap.technology/). It uses the asyncio module introduced in Python 3.4 to facilitate concurrent operations while maintaining a simple to use interface and not depending on anything outside the standard library.