:py:mod:`expliot.plugins.coap.coapget` ====================================== .. py:module:: expliot.plugins.coap.coapget .. autoapi-nested-parse:: Test for getting data from a CoAP device. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.coap.coapget.CoapGet .. py:class:: CoapGet Bases: :py:obj:`expliot.core.tests.test.Test` Test for Sending GET request to a CoAP device. Output Format: [ { "response_code": 69 # Ex. 69=0b01000101 (0b010=2, 0b00101=5) "response_code_str": "2.05 Content", "response_payload": "Foo bar" # or "" if no payload in response } ] .. py:method:: execute() Execute the test.