Constants

coapy.constants.COAP_PORT
The (TBR) IANA-assigned standard port for COAP services.
coapy.constants.MAX_RETRANSMIT
The number of retransmissions of confirmable messages to non-multicast endpoints before the infrastructure assumes no acknowledgement will be received.
coapy.constants.RESPONSE_TIMEOUT

The time, in seconds, to wait for an acknowledgement of a confirmable message.

The inter-transmission time doubles for each retransmission.

coapy.constants.media_types
A map from CoAP-assigned integral codes to Internet media type descriptions.
coapy.constants.media_types_rev
A map from Internet media type descriptions to the corresponding CoAP-assigned integral code.

Previous topic

Module

Next topic

Options

This Page