Implement the CoAP client mechanism
- engine/coap.py: Add function
run_coap_client()
which executescoap_client.py
using functions inexec.py
. - engine/coap_client.py: Add implementation for CoAP client to create and send GET and PUT requests to a CoAP server.
Finishes issue #2