CoAP Client Emulation Clause Samples

CoAP Client Emulation. The CoAP Client Emulation is the test tool that allows emulating CoAP-conformant traffic. The tool is component is based on the aiocoap Python library. Based on the configuration it will emulate multiple independent CoAP Clients, periodically sending CoAP requests to the IUT and collecting the statistics on the responses respective errors. Name Units Description coapclient.rtt_min ms ▇▇▇▇▇▇▇, average and maximum transaction response time, i.e. time between sending a request and receiving a response or error. coapclient.rtt_avg ms coapclient.rtt_max ms coapclient.req_attempt trans./s Rate of attempted transactions coapclient.req_success trans./s Rate of successful transactions coapclient.req_failed trans./s Rate of failed transactions, i.e. an error response was received from the server coapclient.req_timeout trans./s Rate of requests timed out, i.e. a response was not received within defined timeout interval