module documentation
CoAP Server binding to the ACME CSE.
| Class | |
ACME CoAP request handler. |
| Class | |
Implementation of an own request layer handler for the coapthon CoAP framework. |
| Class | |
ACME CoAP Server. |
| Class | |
CoAPServer Server implementation. |
| Function | dissect |
Dissect the options of a CoAP request in a dictionary. |
| Function | options |
Convert CoAP options to a dictionary. |
| Function | to |
Return the CoAP content header for an enum value. |
Dissect the options of a CoAP request in a dictionary.
| Parameters | |
options:list[ | The options of a CoAP request. |
| Returns | |
MultiDict | A multi-dictionary with the options. The key is the option number, the value is a set of option values for that number. |
Convert CoAP options to a dictionary.
| Parameters | |
options:list[ | The options to convert. |
| Returns | |
MultiDict | A multi-dictionary with the options. The key is the option number, the value is a set of option values for that number |