python-aiocoap-doc

Python implementation of coap (doc)
  https://github.com/chrysn/aiocoap
  0
  no reviews



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.

this package contains api documentation and examples.