Overview
The CoAP Python library implements http://tools.ietf.org/html/draft-ietf-core-coap-18, in particular:
Features |
---|
CoAP server capability | supported |
CoAP client capability | supported |
CONfirmable messaging | supported |
NON confirmable messaging | supported |
timeout and retry | supported |
concurrent requests | supported |
caching | not supported |
proxying | not supported |
DTLS security | not supported |
multicast CoAP | not supported |
Options |
---|
If-Match Option | not supported |
Uri-Host Option | not supported |
ETag Option | not supported, see
COAP-5
-
Getting issue details...
STATUS
|
If-None-Match Option | not supported |
Uri-Port Option | not supported |
Location-Path Option | not supported |
Uri-Path Option | supported |
Content-Format Option | supported |
Max-Age Option | not supported |
Uri-Query Option | not supported |
Accept Option | not supported |
Location-Query Option | not supported |
Proxy-Uri Option | not supported |
Proxy-Scheme Option | not supported |
Size1 Option | not supported |
Architecture
The source code is organized in the following directories:
coap/
contains the library itself. You should not have to modify its contentstests/
contains the unit tests and functional tests, which are executed nightly by the OpenWSN build servers.
Examples
Open Issues
key |
summary |
type |
created |
updated |
due |
assignee |
reporter |
priority |
status |
resolution |